Category:Nim-decimal: Difference between revisions

From Rosetta Code
Content added Content deleted
(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”...")
(No difference)

Revision as of 23:31, 14 March 2021

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.