how can i use math operations in C codes;
such as i want to calculate sin-1(sin inverse):
for example
angle= sin-1(b/a);
here angle , a ,b, all are float;
how can i write a C code using this logic;
plz help me............. .........
meghla
such as i want to calculate sin-1(sin inverse):
for example
angle= sin-1(b/a);
here angle , a ,b, all are float;
how can i write a C code using this logic;
plz help me............. .........
meghla
Comment