sin(f )

Returns the sine of f

Returns the sine of an angle of f radians.

Parameters

f: floating point value

Return Value

the sine of f.

Example command: sin(1.57)

  • Example Parameters:
    • f is angle of 1.57 rad (90 deg)
      • Returns 1.0