I typed in what I learnt from the book.
angle=45;
radians=angle*Math.PI/180;
trace(Math.sin(radians));
Its supposed to displa the radians as .707 in the output box but hasnt
what Am i doing wrong?
cheers for the help.
I typed in what I learnt from the book.
angle=45;
radians=angle*Math.PI/180;
trace(Math.sin(radians));
Its supposed to displa the radians as .707 in the output box but hasnt
what Am i doing wrong?
cheers for the help.
:: Copyright KIRUPA 2024 //--