Support Board
Date/Time: Fri, 20 Mar 2026 16:40:34 +0000
Post From: compare two floating points
| [2021-02-12 12:42:19] |
| User907968 - Posts: 866 |
|
Remove the long from the following - long float diff = fabs(f1 - f2);
long float is not a built-in type in c++ - https://en.cppreference.com/w/cpp/language/types |
