[Haskell-beginners] Inverse trig functions

Martin Ruderer martin.ruderer at gmail.com
Fri Sep 20 13:59:50 CEST 2013


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 at 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 at gmail.com>wrote:
>
>> Hello Adrian,
>>
>> those would be called asin and acos.
>>
>> Best regards,
>> Martin
>>
>>
>> _______________________________________________
>> Beginners mailing list
>> Beginners at haskell.org
>> http://www.haskell.org/mailman/listinfo/beginners
>>
>>
>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20130920/a3b498fb/attachment.htm>


More information about the Beginners mailing list