Patashu / break_eternity.js

A Javascript numerical library to represent numbers as large as 10^^1e308 and as small as 10^-10^^1e308. Sequel to break_infinity.js, designed for incremental games.
MIT License
122 stars 46 forks source link

implement lngamma #5

Closed Patashu closed 5 years ago

Patashu commented 5 years ago

https://www.mathworks.com/help/symbolic/mupad_ref/lngamma.html

I don't think this is super interesting or important to add, though it's easier than everything else that's left to add (probably).