Radices
Overview
The radix is the number of unique digits used to represent numbers in a positional numeral system. Most commonly used systems tend to be binary (
Scientific Notation
Scientific notation is a means of expressing non-zero values in base
Fixed-Point
Fixed-point refers to the representation of fractional numbers by storing a fixed number of digits of their fractional part. The most common variants of fixed-point arithmetic use base
The precision of a fixed-point type refers to the total number of significant digits in the whole number. The scale is the count of decimal digits in the fractional portion of the type. For example, number
Floating-Point
Floating-point refers to the representation of fractional numbers by storing a significand (a signed sequence of a fixed number of digits in some base) multiplied by an integer power of that base. The most common variants of floating-point are decimal (base
The precision of a floating-point type refers to the number of bits found in the fractional field (plus
Floating-point is an example of scientific notation.