Related to "numeric types"
Work with floats
A float type represents a IEEE-754 64-bit floating-point number. Learn how to work with float types in Flux.
Work with integers
An integer type represents a signed 64-bit integer. Learn how to work with integer types in Flux.
Work with unsigned integers
An unsigned integer (uinteger) type represents a unsigned 64-bit integer. Learn how to work with unsigned integer types in Flux.