GitHub topics: floating-point-arithmetic
KASHINATH07/Fractions-Math
# Fractions-MathFractions-Math is a web app that lets users perform and visualize fraction operations easily. With features like step-by-step solutions and real-time simplifications, it makes learning about fractions engaging and straightforward. 🖥️💻
Language: HTML - Size: 21.5 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

apytypes/apytypes
APyTypes - Algorithmic data types for Python
Language: C++ - Size: 22.8 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 23 - Forks: 2

stillwater-sc/universal
Large collection of number systems providing custom arithmetic for mixed-precision algorithm development and optimization for AI, Machine Learning, Computer Vision, Signal Processing, CAE, EDA, control, optimization, estimation, and approximation.
Language: C++ - Size: 118 MB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 443 - Forks: 62

Agrora/decimal-js
DecimalJS is an arbitrary precision floating point arithmetic library based on PHP's bcmath extension.
Language: TypeScript - Size: 77.1 KB - Last synced at: 6 days ago - Pushed at: about 6 years ago - Stars: 5 - Forks: 0

rurban/libbf
mirror of Fabrice Bellard's libbf tar releases
Language: C - Size: 162 KB - Last synced at: 3 days ago - Pushed at: over 2 years ago - Stars: 13 - Forks: 5

thvnx/admpfr
Ada bindings for MPFR
Language: Ada - Size: 229 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 2 - Forks: 0

lordazzi/calc-js
Handle JavaScript operations, avoiding the native problems of the language
Language: TypeScript - Size: 700 KB - Last synced at: about 1 month ago - Pushed at: 10 months ago - Stars: 10 - Forks: 4

LLNL/FPChecker
A dynamic analysis tool to detect floating-point errors in HPC applications.
Language: Python - Size: 9.17 MB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 34 - Forks: 5

Jonny-exe/binary-fractions
A Python package for floating-point binary fractions. Do math in base 2!
Language: Python - Size: 375 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 17 - Forks: 4

mc-imperial/jfs
Constraint solver based on coverage-guided fuzzing
Language: C++ - Size: 1.64 MB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 244 - Forks: 20

ckormanyos/soft_double
soft_double provides a C++ software implementation of a double-precision floating-point data type
Language: C++ - Size: 788 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 18 - Forks: 4

thvnx/mlmpfr
OCaml bindings for MPFR
Language: OCaml - Size: 329 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 9 - Forks: 5

JuliaMath/AccurateArithmetic.jl
Calculate with error-free, faithful, and compensated transforms and extended significands.
Language: Julia - Size: 418 KB - Last synced at: 15 days ago - Pushed at: 5 months ago - Stars: 68 - Forks: 13

manuw99/floatMult
An implementation of the Multiplication operation in floating point arithmetic following IEEE 754 (Hardware Systems)
Language: Java - Size: 0 Bytes - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

TediusTimmy/Backwards
An embedded scripting language in C++.
Language: C++ - Size: 959 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

north-numerical-computing/cpfloat
Custom-Precision Floating-point numbers.
Language: C - Size: 4.4 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 29 - Forks: 7

ToMs-Algo/524-mp-1978
Algorithm 524: MP, A Fortran Multiple-Precision Arithmetic Package
Language: Fortran - Size: 197 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

TI-Toolkit/tifloats_lib_rs
Speedy, uncompromisingly accurate emulation of TI-Floats
Language: Rust - Size: 50.8 KB - Last synced at: 2 days ago - Pushed at: 9 months ago - Stars: 5 - Forks: 0

anOsuPlayer/nfloats
Arbitrary precision floating points stored in IEEE-754 format.
Language: C++ - Size: 69.3 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

rasheedja/PropaFP
Auto-active verification of floating-point programs.
Language: Haskell - Size: 1.54 MB - Last synced at: 12 days ago - Pushed at: over 1 year ago - Stars: 8 - Forks: 0

bunnika/PRBW
Pseudo-Random Bit-Width Stochastic Rounding
Language: C - Size: 101 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

TediusTimmy/libdecmath
A decimal floating point class like decimal64. It's actually C, but the unit tests are in C++ and there are more unit tests than code.
Language: C++ - Size: 307 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

JaHoer/Posit-VHDL-Arithmetic
Simple implementation of a systolic array using posit arithmetic
Language: VHDL - Size: 15.4 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

chakravala/Wilkinson.jl
Toolkit for studying numerical analysis and floating point algebra round-off
Language: Julia - Size: 29.3 KB - Last synced at: 25 days ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 1

h8rt3rmin8r/nova-calculator
Simple floating point arithmetic program for the bash command line
Language: Shell - Size: 301 KB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

Ver-Nick/java-expressions
Калькулятор выражений на Java
Language: Java - Size: 51.8 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

BhekimpiloNdhlela/NASM-floating-point-addition
An implementation of the floating point addition and subraction using both NASM and C and comparing the two implementations.
Language: Assembly - Size: 451 KB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 1

beau1399/sfp
Symmetrical 16-bit floating point type and library
Language: Assembly - Size: 59.6 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

ArtemKovera/computer_data_representation_tutorial
How different types of data are represented in computers
Language: C - Size: 1.26 MB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

DanielEftekhari/numerically-efficient-softmax-algorithm
An algorithm to compute the softmax layer in neural networks using low floating-point precision arithmetic.
Size: 361 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Cobra8/bachelor-thesis Fork of eXascaleInfolab/thesis_template
Two layer RMIs on P4 capable network switches
Language: TeX - Size: 7.24 MB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

ldo/python_topics_notebooks
IPython notebooks on various Python topics
Size: 154 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

seccomiro/safe-decimals
A Node.js module that fixes the binary floating-point rounding "error" at the 17th decimal place of JavaScript numbers
Language: JavaScript - Size: 1.95 KB - Last synced at: 6 days ago - Pushed at: almost 6 years ago - Stars: 11 - Forks: 1

puravbhatt/Floating-point-MAC-for-AI-Engine
Project for the course - Advance Digital Synthesis
Size: 5.97 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

EmilSoderlind/5DV005
Scientific Computing 5DV005
Language: MATLAB - Size: 10.4 MB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

syeedameen/mcs-51-subroutines
8051 ISA Subroutine Programs
Language: Assembly - Size: 137 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 4 - Forks: 1

ic-lab-duth/Fast-Float4HLS
Fast Floating Point Operators for High Level Synthesis
Language: C++ - Size: 12.4 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 12 - Forks: 1

optframe/kahan-float
Kahan Floating-Point (C++ implementation)
Language: C++ - Size: 336 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 1

bincrafters/conan-gmp 📦
[OBSOLETE] The recipe is now in https://github.com/conan-io/conan-center-index
Language: Python - Size: 27.3 KB - Last synced at: 6 days ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 3

JeffreySarnoff/AccurateArithmetic0.jl
building blocks for more accurate floating point results
Language: Julia - Size: 22.5 KB - Last synced at: 2 months ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 1

Vedant2311/Numerical-Algorithms-Assignments
Compilation of the assignments of the course of COL726: Numerical Algorithms (Spring 2021) and their solutions
Language: Python - Size: 19.2 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

levitation-opensource/murmurhash-js
An optimized JavaScript implementation of the MurmurHash3 algorithm.
Language: JavaScript - Size: 18.6 KB - Last synced at: 2 months ago - Pushed at: almost 5 years ago - Stars: 6 - Forks: 0

Throows/ESPIntegration
This is a playground... a lots of try about integrals, and floating points number
Language: C - Size: 11.7 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

gururavi/rtl
Synchronous and Asynchronous FIFO with AXI interface
Language: SystemVerilog - Size: 9.77 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

TediusTimmy/Calculators
Some random calculators that I have made.
Language: C++ - Size: 425 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ZaneLittrell/BigFloat
Simple, naive implementation of arbitrary precision floating point numbers. Example for finding Euler's number is provided.
Language: C - Size: 16.6 KB - Last synced at: 6 months ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

bradley499/BigFloat Fork of CapitalistLepton/BigFloat
An implementation of arbitrary precision floating point numbers - at a much larger size than standard datatypes.
Language: C - Size: 45.9 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

htanwar922/VHDL-Numerical-Overcurrent-Relay
Fixed and float packages. Overcurrent relay.
Language: VHDL - Size: 80.1 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

thvnx/mlexn
OCaml modules for high precision floating-point computations
Language: OCaml - Size: 263 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Subangkar/Computer-Architecture-CSE-306-BUET
Simulation of Designs of Basic Computer & Processor Architecture(4-bit MIPS CPU, Floating Point Adder) in Logisim as assignments of Computer Architecture Sessional course of CSE 306 of CSE, BUET
Language: VHDL - Size: 200 MB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 1

GrishaKh/Float_point_arithmetic
Լողացող ստորակետով թվերի գումարում և հանում գործողությունների մշակումը թվային համակարգերում՝ ըստ IEEE 754 ստանդարտի
Language: Verilog - Size: 169 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

Mars-Wave/Floating-Point-ARM-Multiplier
A detailed and commented floating point multiplier code for a standard ARM architecture.
Language: Assembly - Size: 16.6 KB - Last synced at: 9 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

uta-org/ContinuousFloatingOrigin_PoC
A proof of concept for a Continuous Floating Origin system that is used to avoid Floating Point errors.
Language: C# - Size: 27.7 MB - Last synced at: 1 day ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

Jtwoolbright/Floating-Point-Number-Calculator-Java
This repository contains the code for a 32 bit floating point number calculator that I made using Eclipse IDE.
Language: Java - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 1

AzuxDario/BFP
Big floating point library for 256 byte floating point, which is project for my Uni classes. Includes unit tests written using Qt Test framework.
Language: C++ - Size: 148 KB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

alphaolomi/big-decimal
Floating point precision on PI
Language: JavaScript - Size: 4.88 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

AugmentedFifth/fast-floats Fork of bluss/fast-floats
Experimental (unstable) “fast-math” wrappers for f32, f64
Language: Rust - Size: 14.6 KB - Last synced at: 8 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

maciej-nowak/NM-Floatingpoint-Arithmetic
Basic operations on floating-point arithmetic. Created at the University as the project within Numerical Methods classes in 2014. The purpose of this project was to learn how computers calculate based on floating-point arithmetic.
Language: C++ - Size: 9.77 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0
