|
I would highly recommend against using the asin() from the C standard library. I'm fairly certain that the PIC chip does not have a Floating Point Unit and asin() operates on floating point values. This means that the entire floating point process is emulated and software and will be very slow. Using floating point is something you have to consider very carefully.
Matt
|