All Projects → asik → Fixedmath.net

asik / Fixedmath.net

Licence: other
Fixed point math C# library

Projects that are alternatives of or similar to Fixedmath.net

Poisson blend
Seamless copy-and-paste of images with Poisson Blending.
Stars: ✭ 277 (-26.33%)
Mutual labels:  mathematics
Lambda Talk
A Flock of Functions: Combinators, Lambda Calculus, & Church Encodings in JS
Stars: ✭ 315 (-16.22%)
Mutual labels:  mathematics
Dotscad
Reduce the burden of mathematics when playing OpenSCAD
Stars: ✭ 344 (-8.51%)
Mutual labels:  mathematics
Textbooks
Source code of Mathigon's interactive textbooks
Stars: ✭ 277 (-26.33%)
Mutual labels:  mathematics
Ai Learn
人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域
Stars: ✭ 4,387 (+1066.76%)
Mutual labels:  mathematics
Bcal
🔢 Storage and general-purpose calculator
Stars: ✭ 329 (-12.5%)
Mutual labels:  mathematics
Data Structures Algorithms
My implementation of 85+ popular data structures and algorithms and interview questions in Python 3 and C++
Stars: ✭ 273 (-27.39%)
Mutual labels:  mathematics
Math
The Hoa\Math library.
Stars: ✭ 370 (-1.6%)
Mutual labels:  mathematics
Nlp101
NLP 101: a resource repository for Deep Learning and Natural Language Processing
Stars: ✭ 305 (-18.88%)
Mutual labels:  mathematics
Suitesparse
The official SuiteSparse library: a suite of sparse matrix algorithms authored or co-authored by Tim Davis, Texas A&M University
Stars: ✭ 344 (-8.51%)
Mutual labels:  mathematics
Machine Learning Curriculum
Complete path for a beginner to become a Machine Learning Scientist!
Stars: ✭ 279 (-25.8%)
Mutual labels:  mathematics
Exprtk
C++ Mathematical Expression Parsing And Evaluation Library
Stars: ✭ 301 (-19.95%)
Mutual labels:  mathematics
Towel
Throw in the towel.
Stars: ✭ 333 (-11.44%)
Mutual labels:  mathematics
Search Engine
A math-aware search engine.
Stars: ✭ 278 (-26.06%)
Mutual labels:  mathematics
Pyemd
Fast EMD for Python: a wrapper for Pele and Werman's C++ implementation of the Earth Mover's Distance metric
Stars: ✭ 361 (-3.99%)
Mutual labels:  mathematics
Hott Intro
An introductory course to Homotopy Type Theory
Stars: ✭ 277 (-26.33%)
Mutual labels:  mathematics
Wordsandbuttons
A growing collection of interactive tutorials, demos, and quizzes about maths, algorithms, and programming.
Stars: ✭ 328 (-12.77%)
Mutual labels:  mathematics
Texmacs
Source Code of GNU TeXmacs, Developers Guide ==>
Stars: ✭ 372 (-1.06%)
Mutual labels:  mathematics
Learn Something Every Day
📝 A compilation of everything that I learn; Computer Science, Software Development, Engineering, Math, and Coding in General. Read the rendered results here ->
Stars: ✭ 362 (-3.72%)
Mutual labels:  mathematics
Qilin App
Fully hackable text editor developed for exact sciences with built-in KaTeX and AsciiMath support. Extensible via plugins and themes. Exportable as HTML, PDF and GFM.
Stars: ✭ 336 (-10.64%)
Mutual labels:  mathematics

This library implements "Fix64", a 64 bit fixed point 31.32 numeric type and transcendent operations on it (square root, trig, etc). It is well covered by unit tests. However, it is still missing some operations; in particular, Tangent is not well tested yet.

In the unit tests you'll find implementations for Int32-based (Q15.16) and Byte-based (Q3.4) numeric types. These were used for exploration of boundary conditions etc., but I'm keeping the code there only for reference.

This project started as a port of libfixmath (http://code.google.com/p/libfixmath/).

Note that the type requires explicit casts to convert to floating point and this is intentional, the difference between fixed point and floating point math is as important as the one between floating point and integral math.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].