abs | Absolute value of an uncertain value |
acos | Arc cosine of an uncertain value (result in radians) |
asin | Arc sine of an uncertain value (result in radians) |
at_most_one_of | |
atan | Arc tangent of an uncertain value (result in radians) |
atan2 | Two-argument arc tangent (result in radians) |
cbrt | Cube root of an uncertain value |
cos | Cosine of an uncertain value (argument in radians) |
exp | Exponential function of an uncertain value |
fold_conversion_uncertainty | Adds the uncertainty of a unit conversion factor to the value |
get | |
handle_dynamic_spec | |
log | Natural logarithm of an uncertain value |
log10 | Common (base-10) logarithm of an uncertain value |
log2 | Binary (base-2) logarithm of an uncertain value |
magnitude | |
measurement_of | Returns a measured constant as a quantity with an uncertain representation |
norm | |
operator% | Modulus operators |
operator* | Multiplication operators |
operator+ | Addition of two uncertain values |
operator- | Subtraction of two uncertain values |
operator/ | Division operators |
parse_align | |
parse_dynamic_spec | |
parse_fill_align_width | |
parse_nonnegative_int | |
pow | Power function with runtime exponent |
sin | Sine of an uncertain value (argument in radians) |
sqrt | Square root of an uncertain value |
tan | Tangent of an uncertain value (argument in radians) |
tensor_product | |
unit_vector | |
write_padded | Writes a string to an output iterator with fill/align/width padding. |
operator<< | Stream insertion operators |
operator== | Equality operators |
operator<=> | Three-way comparison operators |