Coder-Spirit / php-bignumbers

A robust library to handle immutable big numbers inside PHP applications
MIT License
131 stars 29 forks source link

[TECH] Add the arcsine method #44

Closed codisart closed 8 years ago

codisart commented 8 years ago

Add the arcsine method for the Decimal class and the tests

codisart commented 8 years ago

Hello,

I added special cases for 1, -1 and 0 because they were causing some bizarre results with the taylors series and the end condition.

castarco commented 8 years ago

Thanks!