sind, cosd, ...
Trigonometric functions in degrees
arcsind, arccosd, ...
Inverse trigonometric functions returning degrees
Calling Sequence
Parameters
Description
Examples
Compatibility
sind(x) cosd(x) tand(x)
secd(x) cscd(x) cotd(x)
arcsind(x) arccosd(x) arctand(x)
arcsecd(x) arccscd(x) arccotd(x)
x
-
expression
Arguments for these versions of trigonometric functions
cosecant
cosine
cotangent
secant
sine
tangent
must be given in degrees (1 radian = 180/Pi degrees)
Return values for these arctrigonometric functions
arcsine
arccosine
arctangent
arcsecant
arccosecant
arccotangent
are in degrees.
When x is not a numeric value the returned expression will remain in the context of degrees. Some simplifications are automatically applied to reduce output returned from direct calls to these functions, whereas the Degrees:-Simplify command must be used to evaluate and reduce expressions containing these functions.
These functions are part of the Degrees package, so they can be used in the short form sind(..) only after executing the command with(Degrees). However, they can always be accessed through the long form of the command by using Degrees:-sind(..).
Evaluate trigonometric expressions using degrees
with⁡Degrees:
sind⁡180
0
cosd⁡360
1
secd⁡60
2
arcsind⁡1
90
The Simplify command is needed to reduce symbolic expressions
expr≔sind⁡x2+cosd⁡x2
Simplify⁡expr
The sind, cosd, ... and arcsind, arccosd, ... commands were introduced in Maple 2021.
For more information on Maple 2021 changes, see Updates in Maple 2021.
See Also
Degrees
Degrees[ConvertToDegreeForm]
Degrees[ConvertToRadForm]
Degrees[Simplify]
simplify/trig
trig
Download Help Document