Category:Nim-decimal

From Rosetta Code
Revision as of 23:31, 14 March 2021 by rosettacode>Lscrd (Created page with "{{library}} “decimal” is a third party Nim library which provides correctly-rounded arbitrary precision decimal floating point arithmetic. It is based on “mpdecimal”...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.

“decimal” is a third party Nim library which provides correctly-rounded arbitrary precision decimal floating point arithmetic. It is based on “mpdecimal”

URL: https://github.com/status-im/nim-decimal

Install it with command nimble install decimal.

Pages in category "Nim-decimal"

The following 3 pages are in this category, out of 3 total.