Berserk Docs
Scalar FunctionsMath Functions

radians

Converts degrees to radians.

Syntax

radians(x)

Parameters

Prop

Type

Returns: real

Examples

Example 1

print radians(180)
print_0 (real)
3.141592653589793

On this page