ScientificErrorAnalysis
HasRule
determine whether a symbol is the name of an available rounding rule
Calling Sequence
Parameters
Description
Examples
HasRule( descriptor )
descriptor
-
symbol
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.
with⁡ScientificErrorAnalysis:
HasRule⁡round
true
HasRule⁡round2
false
See Also
Rounding rules
ScientificErrorAnalysis[ApplyRule]
ScientificErrorAnalysis[GetRules]
ScientificErrorAnalysis[UseRule]
ScientificErrorAnalysis[UsingRule]
Download Help Document