Number - Scale

Data System Architecture

About

Scale is the total number of digits to the right of the decimal point in the fixed point notation. Generally, a positive value round to the right and a negative value round the value to the left.

Example

  • Scale of 3 for 12345.6789 will become 12345.679
  • Scale of -3 for 12345.6789 will become 12000





Discover More
Data System Architecture
Number - (Numeral system|System of numeration|Representation of number)

A numeral system (or system of numeration) is a mathematical notation system for expressing numbers using digits (or other symbols). The numeral system gives the context that allows the (digits|symbols)...
Data System Architecture
SQL - Decimal(p,s) or Numeric(p,s)

DECIMAL and NUMERIC are sql datatype used to represent a fixed point notation (exact number) numeric is generally functionally identical to decimal. With a DECIMAL(5,2): the number has: a precision...
Data System Architecture
What are Fixed-point numbers (exact numbers)?

A fixed-point number represents a limited-precision rational number that may have a fractional part. These numbers are stored internally in a scaled-integer form, typically in binary but sometimes in...



Share this page:
Follow us:
Task Runner