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: Fri, Nov 04, 2022 (07:10:52 PM)

On This Page

FEEDBACK