Wave Forms
Wave Forms
sin() = Calculates the sine of an angle. This function expects the values of the angle parameter to be
provided in radians (values from 0 to 6.28). Values are returned in the range -1 to 1.
cos() = Calculates the cosine of an angle. This function expects the values of the angle parameter to be
provided in radians (values from 0 to PI*2). Values are returned in the range -1 to 1.
tan() = Calculates the ratio of the sine and cosine of an angle. This function expects the values of the
angle parameter to be provided in radians (values from 0 to PI*2). Values are returned in the range
minus infinity to plus infinity.
Test 1.0