• Pure

    Takes a real value input in radians and returns its sine value. The domain of the input is all real numbers and the range of the output is -1 to 1 inclusive.

    Parameters

    • radians: number

      The input radians.

    Returns number

Generated using TypeDoc