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