ComplexBox
Circular
circular functions for ComplexBox objects
sin
compute the sine of a ComplexBox object
cos
compute the cosine of a ComplexBox object
tan
compute the tangent of a ComplexBox object
sec
compute the secant of a ComplexBox object
csc
compute the cosecant of a ComplexBox object
cot
compute the cotangent of a ComplexBox object
sinc
compute the sinc of a ComplexBox object
sinpi
compute the sine of Pi times a ComplexBox object
cospi
compute the cosine of Pi times a ComplexBox object
tanpi
compute the tangent of Pi times a ComplexBox object
cotpi
compute the cotangent of Pi times a ComplexBox object
sincpi
compute the sinc of Pi times a ComplexBox object
arcsin
compute the inverse sine of a ComplexBox object
arccos
compute the inverse cosine of a ComplexBox object
arctan
compute the inverse tangent of a ComplexBox object
arccot
compute the inverse cotangent of a ComplexBox object
arcsec
compute the inverse secant of a ComplexBox object
arccsc
compute the inverse cosecant of a ComplexBox object
Calling Sequence
Parameters
Description
Examples
Compatibility
sin( b )
cos( b )
tan( b )
sec( b )
csc( b )
cot( b )
sinc( b )
sinpi( b )
cospi( b )
tanpi( b )
cotpi( b )
sincpi( b )
arcsin( b )
arccos( b )
arctan( b )
arcsec( b )
arccsc( b )
arccot( b )
b
-
ComplexBox object
precopt
(optional) equation of the form precision = n, where n is a positive integer
These are the standard circular (i.e., trigonometric) functions defined for ComplexBox objects.
They override the standard Maple procedures for ComplexBox objects.
Additionally, via "arblib", there are a number of variations that are not defined for standard numerics in Maple.
sin( b ) / b
sin( Pi*b )
cos( Pi*b )
tan( Pi*b )
cot( Pi*b )
sinc( Pi*b )
Use the 'precision' = n option to control the precision used in these methods. For more details on precision, see BoxPrecision.
The ComplexBox[Circular], ComplexBox:-sin, ComplexBox:-cos, ComplexBox:-tan, ComplexBox:-sec, ComplexBox:-csc, ComplexBox:-cot, ComplexBox:-sinc, ComplexBox:-sinpi, ComplexBox:-cospi, ComplexBox:-tanpi, ComplexBox:-cotpi, ComplexBox:-sincpi, ComplexBox:-arcsin, ComplexBox:-arccos, ComplexBox:-arctan, ComplexBox:-arccot, ComplexBox:-arcsec and ComplexBox:-arccsc commands were introduced in Maple 2022.
For more information on Maple 2022 changes, see Updates in Maple 2022.
See Also
RealBox[Circular]
Download Help Document