This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 367 lines
!!! Overview
[{$pagename}] is a [number] [Data representation] and a [Data type] of essentially an [integer] that is scaled by an implicit specific factor determined by the type.
!! [{$pagename}] [example]
[{$pagename}] [number] the value 1230 can represented as:
* with scaling factor of 1/1000 as 1.23
* with scaling factor of 1000 as 1,230,000
Unlike [floating-point] [Data types], the scaling factor is the same for all values of the same type, and does not change during the entire computation.
[{$pagename}] maximum value and minimum value is simply the largest value that can be represented in the underlying [integer] type multiplied by the scaling factor.
Very few [computer] languages include built-in support for [{$pagename}] values, because for most [applications], [binary] or [decimal] [floating-point] [Data representations] are usually simpler to use and accurate enough.
Almost all [Relational Database Management System] ([databases]), and the [SQL], support [{$pagename}] decimal arithmetic and storage of [numbers].
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]
----
* [#1] - [https://en.wikipedia.org/wiki/Fixed-point_arithmetic|Wikipedia:https://en.wikipedia.org/wiki/Fixed-point_arithmetic|target='_blank'] - based on information obtained 2018-09-18-