decimal-places
There are 14 repositories under decimal-places topic.
MikeMcl/bignumber.js
A JavaScript library for arbitrary-precision decimal and non-decimal arithmetic
MikeMcl/big.js
A small, fast JavaScript library for arbitrary-precision decimal arithmetic.
edwig/BCD
Binary Coded Decimal. Research project for use with SQL_NUMERIC_STRUCT datatype
meroPush/ngx-fixed-decimal
Angular pipe for round a number to N decimal places.
LMesaric/PhotonReflection
Second project for DisCont Mathematics 2 @ FER
XeroXP/DecimalSharp
An arbitrary-precision Decimal type for C#. Port of decimal.js.
XeroXP/BigSharp
Big in C#. Port of big.js. A small, fast C# library for arbitrary-precision decimal arithmetic.
agbarnett/decimal.places
How many decimal places are used in abstracts?
Hypercubed/rof
Determine the most reasonable display format for a given numeric value or set of values.
crwr45/sql-numerics
An attempt to reconcile the numerous approaches taken to implementing Numeric (and Decimal) fields. While generally applicable, the initial driver for this work is the Kafka ecosystem and Kafka Connect.
kamxgal/StrictDecimal
Header-only decimal implementation for C++ which stores strict values for integer and decimal expansion part of decimal numerals.
richsposato/SigDig
C++ math library for tracking significant digits during calculations.
joeycumines/go-round
Package round implements string-based decimal number rounding, parsing, and normalisation, supporting scientific notation and un-mangling of malformed input.
schlopp96/SetPrecision
Python module providing an easy way to set the precision of a floating-point number to the desired amount of decimal places, or total amount of significant digits.