From: Benoit Daloze Date: 2009-12-17T07:10:35+09:00 Subject: Re: Symbolic math in pure ruby --0016e65c7bc44e05c9047adfc6d0 Content-Type: text/plain; charset=ISO-8859-1 That looks really cool, thanks! I began something like that some time ago. Remembering I had some awful: module MathExp class Function def self.sq(x = nil) Function.new(:sq, x, '2x', 'x^3/3') end I was using String for functions, as I didn't know yet the power of coerce. But that was quite easy to get derivative and integral. Great job ! 2009/12/16 Ravil Bayramgalin > http://github.com/brainopia/symbolic - for people interested in symbolic > math in pure ruby, i would love contribution from community. > -- > Posted via http://www.ruby-forum.com/. > > --0016e65c7bc44e05c9047adfc6d0--