radians() Function

Function

radians( angle_in_degrees )

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

Parameters

Keyword Type Description

angle_in_degrees

Decimal

An angle measure that will be converted into radians.

Returns

Decimal

Usage considerations

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 16, 2023 (04:37:39 PM)

On This Page

FEEDBACK