Degree constant
Degree
the constant
Degree
converts angles from degree toPi/180
radians.
See:
Examples
>> Sin(30*Degree)1/2
Degree has the value of Pi / 180
>> Degree == Pi / 180True
>> Cos(Degree(x))Cos(Degree(x))
>> N(Degree)0.017453292519943295
Implementation status
- ✅ - full supported