+ 1

What would I use for finding cosec value

I am unable to put the value of cosec()

22nd Apr 2018, 5:05 AM
Rishabh
2 Réponses
+ 2
since cosec is 1÷sin just do:: #js var cosec=function(arg){ return 1/Math.sin(arg); }
22nd Apr 2018, 5:20 AM
᠌᠌Code X
᠌᠌Code X - avatar
0
Math.cos(value);
22nd Apr 2018, 6:43 AM
Aditya Narayan Mishra
Aditya  Narayan Mishra - avatar