mardi 6 septembre 2016

Having the tan(x), how can I get a tan(x/2)? In C

I know I can do this:

//With A = tax(x);
return tan(arctan(A)/2);

but I wanted something more efficient.

Aucun commentaire:

Enregistrer un commentaire