Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Ruby
Exact (LISP-ish) calculations in Ruby?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Gavin Sinclair, post: 4653068"] That "idealistic desire" would only be needed in very special cases in real programming, so it's not surprising not to find a Ruby library for it. Essentially, you're looking for the capabilities provided by a Computer Algebra System (CAS) like Mathematica, as mentioned, or Maxima (open source, IIRC). You may be able to find an open source CAS that has Ruby bindings, or for which (if you're sufficiently motivated) you can write some bindings. Or you can give it a go! --> sqrt(6) --> 2 * sqrt(2) --> 7 * PI Not my idea of fun, though. The beauty of Mathematics is best appreciated in the mind, for it's only there that sqrt(2) exists. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
Exact (LISP-ish) calculations in Ruby?
Top