8000 Release Single v. Double Precision Floating Points · dotdash32/Arduino-PID-Library · GitHub
[go: up one dir, main page]

Skip to content

Single v. Double Precision Floating Points

Latest
Compare
Choose a tag to compare
@dotdash32 dotdash32 released this 30 Aug 21:09

Now can use USE_64bit_FLOATINGPOINT as pre-processor macro to change between float and double.

This is most easily implemented in PlatformIO as a build_flag, aka -D USE_64bit_FLOATINGPOINT.

Useful for minimizing code overhead, and on controllers who have a built in 32 bit FPU, but not a 64 bit one.

0