issues
search
MikeLankamp
/
fpm
C++ header-only fixed-point math library
https://mikelankamp.github.io/fpm
MIT License
672
stars
85
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Inconsistency in Floating-point to Fixed-point Conversion Across Different Platforms
#69
justinzhuguangwen
opened
1 week ago
0
Unary type trait `fpm::is_fixed`
#68
AbitTheGray
closed
1 month ago
0
Use correct `std::numeric_limits<>::is_iec559` naming
#67
AbitTheGray
closed
1 month ago
1
fix: cosine won't compile with rounding disabled
#66
grimaldini
closed
2 months ago
1
googlebench: 'numeric_limits' is not a member of 'std'
#65
Klummel69
opened
2 months ago
2
static constexpr on local variables
#64
grimaldini
closed
3 months ago
1
Is Division of two fixed point numbers implemented?
#63
Kuratius
closed
8 months ago
3
Fix for atan2
#62
Franticware
closed
7 months ago
0
Docs: mention rounding mode(s)?
#61
jwdevel
opened
11 months ago
0
Docs bug? Signed vs Unsigned integer types
#60
jwdevel
closed
8 months ago
1
[feature request] include a sin() that accept degrees instead of radians
#59
microcai
closed
11 months ago
3
Include a link in your docs to this GitHub
#58
walchko
closed
6 months ago
1
Use types larger than 32bit
#57
GMellar
opened
1 year ago
9
std::numeric_limits<fp>::min() vs. lowest()
#56
Klummel69
closed
1 year ago
2
Add option to disable explicit conversions
#55
justanobdy
closed
1 year ago
4
Is there a way to initialize a fpm value from the string expression of a float number?
#54
rockingdice
closed
1 year ago
3
Bugfix/cosinus-overflow
#53
Klummel69
closed
1 year ago
7
Cannot result in a constant expression errors
#52
vladipus
opened
1 year ago
1
Support fraction-only unsigned numbers
#51
Elgot
opened
1 year ago
0
feat: add support for non-rounding fixed point for math and io routines
#50
BigBadBoris
closed
1 year ago
0
feat: optionally disable rounding with template argument
#49
BigBadBoris
closed
1 year ago
1
Feature Proposal: optionally disable rounding
#48
BigBadBoris
closed
1 year ago
3
Only build tools when a top-level project
#47
flaviut
closed
1 year ago
0
Some improvements for CMake
#46
matwey
closed
2 years ago
0
Please allow to use the external libfixmath
#45
yurivict
opened
2 years ago
3
fix: has_denorm of std::numeric_limits for fpm::fixed has wrong type
#44
MikeLankamp
closed
2 years ago
0
std::numeric_limits<>::has_denorm shall be of type float_denorm_style, not bool
#43
pavel-kirienko
closed
2 years ago
0
Support for Shift Operators
#42
dismine
closed
2 years ago
5
Unable to compile when minwindef.h is (implicitly) included before fixed.hpp
#41
Cerclique
closed
2 years ago
2
fix: broken conversion to float of types with maximum fraction bits
#40
MikeLankamp
closed
2 years ago
0
Avoid using floating point arithmetic to compute static_cast<double>(fpm::fixed_16_16)
#39
m-carrasco
closed
2 years ago
6
How to convert from fixed to float or int?
#38
enterthekiwi
closed
2 years ago
1
Provide a way to serialize fpm::fixed
#37
Eren121
opened
2 years ago
2
Constructor of fpm::fixed should be "= default"
#36
Eren121
closed
2 years ago
1
fix issue #33:Conversion of max() and lowest() to float
#35
TxtpGame
closed
2 years ago
3
Question about having to resort to floats for initialization.
#34
unvestigate
closed
2 years ago
1
Conversion of max() and lowest() to float
#33
ahooper
closed
2 years ago
6
Add support for PlatformIO
#32
flaviut
closed
1 year ago
3
Signed lowest value may cause stack overflow
#31
UFOylzj
opened
2 years ago
2
Remove unused variable in pow().
#30
j-jorge
closed
2 years ago
1
Conversion between different fixed types
#29
mathieu-salzmann
opened
2 years ago
2
switch to disable intrinsic functions
#28
Klummel69
opened
2 years ago
1
fix: fix constexpr-ness of float-to-fixed constructor
#27
MikeLankamp
closed
3 years ago
0
non-constexpr function 'round'
#26
Klummel69
closed
3 years ago
2
fix: fix behavior of isnormal for zero input
#25
MikeLankamp
closed
3 years ago
0
fpm::isnormal has a different behaviour than std::isnormal
#24
davidgutierrezpalma
closed
3 years ago
1
Risks and limitations of BaseType == IntermediateType?
#23
mdragon159
closed
3 years ago
2
Support boost::multiprecision::cpp_int as IntermediateType
#22
mdragon159
opened
3 years ago
2
Benchmarks
#21
NikitaMishin
opened
3 years ago
5
test case for modulo added
#20
pratik-a
closed
2 years ago
2
Next