decimal-places

There are 15 repositories under decimal-places topic.

  • MikeMcl/bignumber.js

    A JavaScript library for arbitrary-precision decimal and non-decimal arithmetic

    Language:JavaScript6.7k83278742
  • MikeMcl/big.js

    A small, fast JavaScript library for arbitrary-precision decimal arithmetic.

    Language:JavaScript4.8k65160409
  • edwig/BCD

    Binary Coded Decimal. Research project for use with SQL_NUMERIC_STRUCT datatype

    Language:C++124111
  • meroPush/ngx-fixed-decimal

    Angular pipe for round a number to N decimal places.

    Language:TypeScript5200
  • LMesaric/PhotonReflection

    Second project for DisCont Mathematics 2 @ FER

    Language:Kotlin3200
  • XeroXP/DecimalSharp

    An arbitrary-precision Decimal type for C#. Port of decimal.js.

    Language:C#3102
  • agbarnett/decimal.places

    How many decimal places are used in abstracts?

    Language:R110
  • Hypercubed/rof

    Determine the most reasonable display format for a given numeric value or set of values.

    Language:TypeScript1301
  • XeroXP/BigSharp

    Big in C#. Port of big.js. A small, fast C# library for arbitrary-precision decimal arithmetic.

    Language:C#1100
  • 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.

    Language:C++0100
  • richsposato/SigDig

    C++ math library for tracking significant digits during calculations.

    Language:C++0100
  • alexandreelise/decimoli

    Recursive function to compute patterns of decimal places when denominator is a repetition of 1 or more '3' and that the numerator is not divisible by the denominator. The decimal places "pattern" has as much digits than the denominator and repeats itself many times. I can't prove it yet but hopefully someone has already found this fun math puzzle

    Language:PHP20
  • joeycumines/go-round

    Package round implements string-based decimal number rounding, parsing, and normalisation, supporting scientific notation and un-mangling of malformed input.

    Language:Go20
  • 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.

    Language:Python00