Radian()

Syntax

Result.f = Radian(Angle.f)
Description
Converts the given angle from degrees into radian. The reverse transformation can be made with the Degree() function.

Example:

  Debug Radian(90) ; will display #PI/2

Supported OS

All

<- Pow() - Math Index - Round() ->