Jump to content

Talk:Scale factor (computer science)

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 156.73.204.228 (talk) at 14:04, 12 May 2006 (Database Systems Number datatype Scale/precision). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Scale is often used by database management system vendors to identify the either the number of digits a field can hold in total. In conjunction with "precision" to identify the number of digits to the right of the decimal point. (Ignoring negative precision for now).

From Microsoft site - Precision is the number of digits in a number. Scale is the number of digits to the right of the decimal point in a number. For example, the number 123.45 has a precision of 5 and a scale of 2.