convert/radians - convert degrees to radians
|
Calling Sequence
|
|
convert(number, radians)
|
|
Parameters
|
|
number
|
-
|
expression in degrees
|
|
|
|
|
Description
|
|
•
|
The convert/radians function converts an expression from degrees to radians by multiplying it by Pi/180.
|
•
|
The expression must be of degree 1 in the indeterminate degrees.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
To get an approximate angle, use evalf.
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?