Versions Compared

Key

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

...

Return the (trigonometric) sine function of an angle.

Syntax

sin(angle)

ArgumentTypeDescription
angleNumberThe angle in radians.

Examples

sin($degrees*pi/180)

...