
20 Sep
2013
20 Sep
'13
7:59 a.m.
Are you sure?
Prelude> map (sin.asin) [0.1,0.3,0.5,0.7,0.9]
[0.1,0.3,0.5,0.7,0.9]
On Fri, Sep 20, 2013 at 1:52 PM, Adrian May
Apparently not. Those are 1/sin and 1/cos. I want to supply a ratio and get an angle.
On 20 September 2013 19:40, Martin Ruderer
wrote: Hello Adrian,
those would be called asin and acos.
Best regards, Martin
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners