Around¶
Represent a value with uncertainty.
Exact numbers are converted to machine reals.
Around[x, {δminus, δplus}] represents a value with asymmetric uncertainties.
Around[dist] represents an approximate number from a distribution.
Around[interval] centers on the interval midpoint with an uncertainty of
half the interval width.
Arithmetic propagates the uncertainty, treating each Around as independent.
Asymmetric uncertainties are propagated per side; a negative coefficient swaps the two sides.
Elementary functions propagate the uncertainty through their derivative.
A vanishing uncertainty collapses to the bare value.
around["Value"] and around["Uncertainty"] extract the stored components.