Picomath: self-contained math functions in 11 languages
1–10 of 20 posts
Re: Picomath: self-contained math functions in 11 languages
#2I didn't check them all, but I got 403 and blank pages when trying to access the python and C++ files respectively.
Re: Picomath: self-contained math functions in 11 languages
#3I didn't check them all, but I got 403 and blank pages when trying to access the python and C++ files respectively.
me too, IE and Chrome
Re: Picomath: self-contained math functions in 11 languages
#4I 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
#5I didn't check them all, but I got 403 and blank pages when trying to access the python and C++ files respectively.
Even odder, the text is actually there, if you view the source. I think maybe his pretty print javascript is going haywire.
Re: Picomath: self-contained math functions in 11 languages
#6I didn't check them all, but I got 403 and blank pages when trying to access the python and C++ files respectively.
You can find the code on the GitHub page: https://github.com/ghewgill/picomath
Re: Picomath: self-contained math functions in 11 languages
#7[deleted]
Re: Picomath: self-contained math functions in 11 languages
#8I didn't check them all, but I got 403 and blank pages when trying to access the python and C++ files respectively.
I noticed that the Ruby pages link to files that end in ".rb.html", but if you remove the ".html" from the end, it leads you right to the Ruby files.
Re: Picomath: self-contained math functions in 11 languages
#9Pretty cool. The Ruby port is of questionable use, considering erf, gamma, etc. are already implemented in the Math module.