stdlib-js / math-base-special-croundn Sponsor Star 2 Code Issues Pull requests Round a complex number to the nearest multiple of 10^n. nodejs javascript node math stdlib mathematics value number complex fix node-js integer round tofixed nearest cmplx cround roundn Updated Nov 1, 2024 Python
stdlib-js / math-base-special-truncb Sponsor Star 2 Code Issues Pull requests Round a numeric value to the nearest multiple of b^n toward zero. nodejs javascript node math stdlib mathematics number fix truncate node-js integer tofixed nearest trunc truncn truncb Updated Nov 1, 2024 Python
stdlib-js / math-base-special-cfloorn Sponsor Star 2 Code Issues Pull requests Round a complex number to the nearest multiple of 10^n toward negative infinity. nodejs javascript node math stdlib mathematics value number complex fix floor node-js integer round tofixed nearest cmplx cfloor Updated Nov 1, 2024 Python
stdlib-js / math-base-special-roundb Sponsor Star 1 Code Issues Pull requests Round a numeric value to the nearest multiple of b^n on a linear scale. nodejs javascript node math stdlib mathematics number fix node-js integer round tofixed nearest roundn roundb Updated Nov 1, 2024 Python
stdlib-js / math-base-special-cceiln Sponsor Star 1 Code Issues Pull requests Round a complex number to the nearest multiple of 10^n toward positive infinity. nodejs javascript node math stdlib mathematics value number complex fix node-js integer round ceil tofixed nearest cmplx cceil Updated Nov 1, 2024 Python