ScientificErrorAnalysis
GetStructure
return the interface of an available quantity-with-error structure
Calling Sequence
Parameters
Description
Examples
GetStructure( struct )
struct
-
type; type of an available quantity-with-error structure
The GetStructure( struct ) command returns the three interface procedures of the quantity-with-error structure of type struct.
The three interface procedures are returned in an expression sequence.
The first item is the procedure that returns the central value of a quantity-with-error of type struct.
The second item is the procedure that returns the absolute uncertainty of a quantity-with-error of type struct.
The third item is the procedure that returns the identifier of a quantity-with-error of type struct.
with⁡ScientificErrorAnalysis:
GetStructures⁡1
specfunc⁡anything,Quantity
GetStructure⁡
x↦op⁡1,x,x↦op⁡2,x,x↦attributes⁡x1
See Also
ScientificErrorAnalysis and ScientificConstants
ScientificErrorAnalysis[AddStructure]
ScientificErrorAnalysis[GetStructures]
Download Help Document