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

Online Help

All Products    Maple    MapleSim


ScientificErrorAnalysis

  

HasRule

  

determine whether a symbol is the name of an available rounding rule

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

HasRule( descriptor )

Parameters

descriptor

-

symbol

Description

• 

The HasRule( descriptor ) command returns true if descriptor is the name of a rule available for use by ScientificErrorAnalysis.  Otherwise, it returns false.

• 

For more information on predefined rules in ScientificErrorAnalysis, see Predefined Rounding Rules.

Examples

withScientificErrorAnalysis:

HasRuleround

true

(1)

HasRuleround2

false

(2)

See Also

Rounding rules

ScientificErrorAnalysis

ScientificErrorAnalysis[ApplyRule]

ScientificErrorAnalysis[GetRules]

ScientificErrorAnalysis[UseRule]

ScientificErrorAnalysis[UsingRule]