tofrnr

Results 5 issues of tofrnr

floor() and ceil() return integer values, not double (float), other than ANSI C math.h http://www.cplusplus.com/reference/cmath/ceil/ http://www.cplusplus.com/reference/cmath/floor/ (of course this issue is crucial especially for floats which are (absolutely) larger than...

as you stated already by yourself, real 64bit double is overprecise and overtaxing for PID regulation, and actually on AVR your are using 32bit float instead because double is not...

hello, are there also Raspberry_Pi_Speech libs for gcc C/++ , perhaps under construction?

could we finally have sprintf for floats on Arduino Mega? enabled perhaps by a #include or by a #pragma config

enhancement

Serial.print causes ovf when printing doubles > 10 decimal digits (Due) (AVR not tested but probably similar) ``` void setup() { // put your setup code here, to run once:...