float-hacks
Numerical hacks
Provides numerical methods for computing powers, exponentials, logarithms and geometric means using integer arithmetic.
Floating Point Hacks
162 stars
8 watching
13 forks
Language: C++
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ulfjack/ryu | A fast and efficient library for converting floating-point numbers to decimal strings. | 1,204 |
dalmatinerdb/mmath | Provides functions to perform mathematical operations on numerical arrays in binaries. | 4 |
ignacio-chiazzo/algorithms-leetcode-javascript | A collection of solutions to algorithmic problems using JavaScript. | 616 |
leechanx/data-structures-and-algorithms-in-c | Implementations of fundamental data structures and algorithms in C | 841 |
govalues/decimal | An immutable decimal floating-point number type for financial calculations in Go. | 94 |
arunmagesh/hw_hacking_cheatsheet | A resource for understanding hardware hacking concepts and techniques in an easily digestible format. | 147 |
supercowpowers/data_hacking | A repository of interactive exercises and projects demonstrating the application of data analysis and machine learning techniques to security-related data sets. | 775 |
thery/flocqlecture | An introductory course on formalizing floating-point numbers and their applications in Coq | 6 |
lemire/simdcomp | A library for fast integer compression using SIMD instructions | 490 |
lechgrzelak/computational-finance-course | Educational resources and materials for learning about computational finance using Python. | 382 |
ocramz/sparse-linear-algebra | Provides a platform for scientific computation in Haskell with focus on linear algebra and numerical analysis | 88 |
ari-hacks/ari-hacks | A collection of miscellaneous code snippets and experiments for learning and exploring various programming concepts and techniques | 56 |
fgaz/hackertyper | A Haskell program that generates random keyboard input to simulate 'hacking' in movies and games. | 46 |
ron4fun/intxlib4cpp | An arbitrary precision integer library with fast multiplication and division algorithms | 10 |
evandrolg/computer_science_in_lua | An implementation of classic algorithms and data structures in Lua | 50 |