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

Online Help

All Products    Maple    MapleSim


ScientificErrorAnalysis

  

GetRules

  

return the names of the available rounding rules

 

Calling Sequence

Description

Examples

Calling Sequence

GetRules()

Description

• 

The GetRules() command returns the names of all rules available to ScientificErrorAnalysis.

  

The rule names are returned in an expression sequence.

• 

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

Examples

withScientificErrorAnalysis:

GetRules

digits,round_cv,implicitize,round3g,round

(1)

See Also

Rounding rules

ScientificErrorAnalysis

ScientificErrorAnalysis[ApplyRule]

ScientificErrorAnalysis[HasRule]

ScientificErrorAnalysis[UseRule]

ScientificErrorAnalysis[UsingRule]