Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Arbitrary-precision arithmetic
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Software libraries== {{See also|List of arbitrary-precision arithmetic software}} Arbitrary-precision arithmetic in most computer software is implemented by calling an external [[library (computer science)|library]] that provides [[data type]]s and [[subroutine]]s to store numbers with the requested precision and to perform computations. Different libraries have different ways of representing arbitrary-precision numbers, some libraries work only with integer numbers, others store [[floating point]] numbers in a variety of bases (decimal or binary powers). Rather than representing a number as single value, some store numbers as a numerator/denominator pair ([[rational number|rationals]]) and some can fully represent [[computable number]]s, though only up to some storage limit. Fundamentally, [[Turing machine]]s cannot represent all [[real number]]s, as the [[cardinality]] of <math>\mathbb{R}</math> exceeds the cardinality of <math>\mathbb{Z}</math>.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)