About 52 results
Open links in new tab
  1. js-big-decimal - npm

    divide (dividend, divisor, precision, roundingMode) Divide two numbers. Pass arguments as string if calling on bigDecimal or pass an instance of bigDecimal if calling on object. precision is an optional …

  2. mathjs - npm

    Unit Math.js supports units. Basic operations add, subtract, multiply, and divide can be performed on units. Trigonometric methods like sin support units with an angle as argument. Units can be …

  3. biginteger - npm

    Parameters n The number to divide this by. Will be converted to a BigInteger. Returns A two-element array containing the quotient and the remainder. a.divRem(b) is exactly equivalent to [a.divide(b), …

  4. big-number - npm

    API Supported methods: add/plus, minus/subtract, multiply/mult, divide/div, power/pow, mod, equals, lt, lte, gt, gte, isZero, abs Addition BigNumber(2).plus(10); // or BigNumber(2).add(10);

  5. fractional - npm

    It's basic arithmetic Fractional provides a simple interface to add, subtract, multiply, and divide fractions. Fractions are represented in most-normalized form. License MIT Author Erik Garrison …

  6. accurate - npm

    易于扩展。 开源的。 Usage import accurate, { add, addition, subtract, subtraction, multiply, mul, multiplication, division, divide, modulo, modulus, expr } from 'accurate' or const accurate, { add, …

  7. @pawel-up/jexl - npm

    Transform functions take one or more arguments: The value to be transformed, followed by anything else passed to it in the expression. They must return either the transformed value, or a Promise that …

  8. tiff-imagery-provider - npm

    Dec 9, 2025 · * Supported mathematical operations are: add '+', subtract '-', multiply '*', divide '/', power '**', unary plus '+a', unary minus '-a'. * Useful GLSL functions are for example: radians, …

  9. moneysafe - npm

    However, this problem effectively goes away if you perform the same calculations in arbitrary precision units. Money$afe converts your dollar values into BigNumbers and then exposes arithmetic …

  10. vec3 - npm

    v () no args x, y, z array object string coords deserialize invalid deserialize vec3 isZero at xz xy yz xzy rounded round floored floor offset translate plus minus scaled abs distanceTo distanceSquared …