Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Excerpt
hiddentrue

sin(angle) Return the (trigonometric) sine function of an angle.


Function: sin()

Return the (trigonometric) sine function of an angle.

...

ArgumentTypeDescription
angleNumberThe angle in radians.

Examples

sin($degrees*pi/180)

Converts an angle in degrees to an angle in radians and returns the trigonometric sine function of the result.

...