rounding
There are 63 repositories under rounding topic.
montanaflynn/stats
A well tested and comprehensive Golang statistics library package with no dependencies.
intel/auto-round
Advanced Quantization Algorithm for LLMs and VLMs, with support for CPU, Intel GPU, CUDA and HPU.
gastonmesseri/numerable
Number formatting library for Javascript and Node.js apps
mingrammer/round
:cyclone: A command-line for rounding the images
north-numerical-computing/cpfloat
Custom-Precision Floating-point numbers.
higham/chop
Round matrix elements to lower precision in MATLAB
nfriedly/approximate-number
Converts numbers into a more human-friendly format. E.g. 123456 becomes 123k. Similar to `ls -lh` or Stack Overflow's reputation numbers.
cgdeboer/iteround
Sum-safe Rounding for Iterables
vspinu/timechange
Efficient Updating of Date-Times
Chris00/ocaml-crlibm
Binding to CRlibm
nestordemeure/jochastic
A JAX implementation of stochastic addition.
kschu91/largest-remainder-method
A PHP implementation of the largest remainder method algorithm.
tringi/adaptive-rounding
Smart floating-point number rounding algorithm. Attempts to round the number "nicely" like a human would do.
resultwizard/ResultWizard
Intelligent interface between Python-computed values and your LaTeX work.
m-clark/tidyext
Extensions and extras for tidy processing.
d-e-s-o/num-decimal
Infinite precision decimals with fair rounding and other gimmicks based on num-rational.
imciner2/ChopBLAS
Basic linear algebra routines implemented using the chop rounding function
Aethese/rounder
Fast, lightweight implementation of the built-in 'round' function
diaphragm/ruby-pretty-round
pretty rounding methods library
formulae-org/package-arithmetic-js
Arithmetic package for Fōrmulæ, in JavaScript
gavinsykes/complete-round
A function to offer more rounding options for numbers in JavaScript and TypeScript
khawajafarooq/RoundingDecimal
Rounding a decimal number in Swift
lucianodp/bodywalk
Convex body sampling algorithms in Python
nick-lai/round-decimal
Decimal rounding with ULP.
pub-calculator-io/rounding-calculator
Free WordPress Plugin: This rounding calculator rounds off numbers to the nearest whole number, significant digit, or decimal place. You can round the decimal numbers to the nearest tenths, hundredths, or thousandths. www.calculator.io/rounding-calculator/
aleclarson/round
Robust fraction rounding
aRios22/rounding.java
Algorithm to round up or down integers/longs to nearest ten, hundred, thousand, etc.
Astrodynamic/Decimal-float-point
Decimal is a high-precision value type for financial calculations that minimizes errors due to rounding. It represents big numbers how in C#.
Chris00/rust-crlibm
Rust binding to CRlibm, a correctly rounded math lib
commonality/archetypes-quantity
A library that consistently compares, adds, rounds, and converts amounts of things according to standard metrics.
devgru/round-to-unit
Number-rounding and formatting library with focus on correct string representation. roundToUnit('0.25')(0.4) === '0.50'
eriksencosta/math-common
Math conventions to reduce boilerplate code
neoraaateru/codemanager
C#のテスト用として作った関数モジュールです。桁数を数える関数、指定した桁の数値を返す関数、四捨五入する関数が含まれています。
rohitxsh/PyClassicRound
Current python 3's round function uses Banker's rounding, this package will help you to round off numbers the classical way.
tyabu12/ocaml-round
A floating-point rounding control library for OCaml.
Astrodynamic/Decimal-fixed-point
Decimal is a high-precision value type for financial calculations that minimizes errors due to rounding. It represents big numbers how in posgresql.