Content originally posted in LPCWare by TheFallGuy on Wed Oct 15 02:02:54 MST 2014
Did you know that the FPU on the LPC43xx is single-precision (float) only. So for anything involving double-precision, the result has to be calculated in software. Therefore any calculation involving a double precision number will be very, very slow compared with a float.