Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fixed-point

Signed & unsigned integer multiplication

Fixed point on a compression algorithm widely used nowadays

Why does the standard provide both is_integer and is_exact?

fixed point arithmetics in java with fast performance

java fixed-point

An efficient method for calculating log base 2 of a number between 1 and 2

Matlab : how to perform fixed-point arithmetic without expanding underlying data type?

matlab fixed-point

Fixed point type not multiplying correctly

Convert a double to fixed decimal point in C++

c++ decimal fixed-point

IEEE floating point vs custom float performance

How to convert floating point algorithm to fixed point?

Algorithm for fixed-point multiplication

Python computing error

Fixed point multiplication of negative numbers

fixed-point

Why perform multiplication in this way?

C++ compile-time bignum library

How can I perform 64-bit division with a 32-bit divide instruction?

Why aren't fixed-point types included in C99?

c gcc c99 fixed-point

.NET - Why is there no fixed point numeric data type in C#?

c# .net fixed-point

Will fixed-point arithmetic be worth my trouble?

How to optimize a simple numeric type wrapper class in C++?