Picomath: self-contained math functions in 11 languages
11–20 of 20 posts
Re: Picomath: self-contained math functions in 11 languages
#12I didn't check them all, but I got 403 and blank pages when trying to access the python and C++ files respectively.
Also 403 for Python. The other page are blank because they use which is not correct and should be but the code is here if you look at the source.
Re: Picomath: self-contained math functions in 11 languages
#13Re: Picomath: self-contained math functions in 11 languages
#14Pretty cool. The Ruby port is of questionable use, considering erf, gamma, etc. are already implemented in the Math module.
Re: Picomath: self-contained math functions in 11 languages
#15Earlier quoted context omitted.
Also 403 for Python. The other page are blank because they use which is not correct and should be but the code is here if you look at the source.
Thanks for noticing that! I've fixed the code and it should work now. (It was probably only a problem for IE, please let me know if it's still not fixed.)
Re: Picomath: self-contained math functions in 11 languages
#16Re: Picomath: self-contained math functions in 11 languages
#17Re: Picomath: self-contained math functions in 11 languages
#18I was just wondering, what would you use the gamma function for? I'm not that far enough in the mathematical field to know, so that's why i ask. Maybe a real world example? Thanks.