- Function Degrees(x)¶
Degrees¶
Degrees(
x ! (input) numerical expression
)
Arguments¶
- x
A scalar numerical expression.
Return Value¶
The function
Degrees
returns the value of x converted from radians to degrees.
Note
The function Degrees
can be used in constraints of linear and
nonlinear mathematical programs.
See also
The function Radians
. Arithmetic functions are discussed in full
detail in Arithmetic Functions of the Language Reference.