radians() Function

Converts the measure of the specified angle from degrees to radians.

Syntax

radians( angle_in_degrees )

angle_in_degrees: (Decimal) An angle measure that will be converted into radians.

Returns

Decimal

Notes

This function can only be used for values between 0 and 2π (~6.286).

Examples

radians(180) returns 3.141592653589793

Open in Github Built: Wed, Aug 17, 2022 (01:05:05 PM)

On This Page

FEEDBACK