sin()
Determines the sine of a given number either in radians or in degrees.
This function is valid in v2.0.0 to v2.14.3. This function has been downloaded 3 times.false
true
then angle
will be interpreted in degrees, otherwise angle
will be interpreted in radians.angle
in radians by default, but if opt_usingDegrees
is a true
-ish value then the sine of angle
in degrees will be returned.This function requires the following function which is included automatically:
sec()