|
From: David L. <da...@la...> - 2019-04-13 11:03:04
|
unfortunantly the arduino doesn't support double precision floats (if you define something as double, it still uses single) so to get better precision, you would hvae to stop using hardware supported data types and switch to a multi-precision software library or something like that. David Lang |