Thanks
I tried to include directly the file.a but it is'nt working because the file format is not correct (can't include a file.a like if it was a file .h) I am using codewarrior for microcontrollers v6.1 maybe there is something to do with it...
Anyway, so far I created a lookuptable of 37 array of 2 int. The table is not linearly sampled and the points are closer where the asin function changes more quickly. I do "real time" linear interpollation between the points.Also, ma table already include the * 180 / pi() required to do the conversion in degrees so I am saving in computing time. The worst case scenario of error is ±2.8 degrees at +87 and -87 degrees (and this is not likely to be an operation zone). between +75 et -75 degrees the error is very close to 0 so I am happy with this so far. I will come back to the asin() scenario if I eventually need more flash space (requiring to kick out the table).
Thanks
JF Roy