|
Re: HELP: How do i make Arcsin in MPLAB
Should be in <math.h>.
Code:
#include <math.h>
double asin(double x);
float asinf(float x);
__________________
One of the main causes of the fall of the Roman Empire was that, lacking zero, they had no way to indicate successful termination of their C programs.
|