HasTrig - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Degrees

  

HasTrig

  

check if an expression has degree-form trig functions

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

HasTrig( expr )

Parameters

expr

-

any expression

Description

• 

The HasTrig(expr) command returns true if the given expr contains any of sind, cosd, tand, cscd, secd, cotd.

• 

This function is part of the Degrees package, so it can be used in the short form HasTrig(..) only after executing the command with(Degrees). However, it can always be accessed through the long form of the command by using Degrees:-HasTrig(..).

Examples

withDegrees:

Degrees:-HasTrigsindx+1

true

(1)

Degrees:-HasTrigsinx+1

false

(2)

Degrees:-HasTrigarcsinx+1

false

(3)

Compatibility

• 

The Degrees[HasTrig] command was introduced in Maple 2021.

• 

For more information on Maple 2021 changes, see Updates in Maple 2021.

See Also

Degrees

trigd