ScientificErrorAnalysis
UsingRule
return the name of the default rounding rule
Calling Sequence
Description
Examples
UsingRule()
The UsingRule() command returns the name of the current default rounding rule used by ScientificErrorAnalysis.
The returned name includes any defined index.
For more information on predefined rules in ScientificErrorAnalysis, see Predefined Rounding Rules.
with⁡ScientificErrorAnalysis:
e1≔Quantity⁡1.2088,0.563
ApplyRule⁡e1
Quantity⁡1.2088,0.563
UsingRule⁡
digits
See Also
Rounding rules
ScientificErrorAnalysis[ApplyRule]
ScientificErrorAnalysis[GetRules]
ScientificErrorAnalysis[HasRule]
ScientificErrorAnalysis[Quantity]
ScientificErrorAnalysis[UseRule]
Download Help Document