• Pure

    Converts degrees into radians. This is similar to multiplying the degree value by pi / 2.

    Parameters

    • degrees: number

      The degree input.

    Returns number

    Note

    This is slightly more accurate than multiplying the degree value by bj_PI / 2. bj_PI has a value of 3.14159. This native uses a pi value closer to 3.141592496.

Generated using TypeDoc