Can multiple task use simultaneously floating point operations?
No. Floating point routines are not re-entrant. If you put a semaphore on the floating point calls you can use floating point safely, but this is just standard multi-tasking advice. - Mark