Get Value - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


ScientificErrorAnalysis

  

GetValue

  

return the central value of a quantity-with-error

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

GetValue( obj )

Parameters

obj

-

quantity-with-error

Description

• 

The GetValue( obj ) command returns the central value of the quantity-with-error obj.

Examples

> 

with⁡ScientificErrorAnalysis:

> 

Quantity⁡20.0,0.1

Quantity⁡20.0,0.1

(1)
> 

GetValue⁡

20.0

(2)
> 

ScientificConstants:-Constant⁡h

Constant⁡h

(3)
> 

GetValue⁡

6.626070040×10−34

(4)

See Also

ScientificConstants

ScientificConstants[Constant]

ScientificErrorAnalysis

ScientificErrorAnalysis and ScientificConstants

ScientificErrorAnalysis[GetError]

ScientificErrorAnalysis[Quantity]