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 <adrian.alexander.may@gmail.com> wrote:
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 <martin.ruderer@gmail.com> 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