From: Reid Thompson Date: 2010-12-03T05:40:03+09:00 Subject: Re: what's wrong with this picture? On Fri, Dec 03, 2010 at 05:20:49AM +0900, Serialhex .. wrote: > so, i dont believe that i've done anything wrong, but i cant seem to get >...snip... > as you can see i even tried to call Math.sin the same way i called > DSP.sinc and that worked... idfk what's wrong, i've looked through what > stuff i have and it dosnt seem to make any sence so hopefully someone > with more programming knowhow can help me. perhaps irb(main):011:0> include DSP => Object irb(main):012:0> DSP::sinc(0) => 0.0 irb(main):013:0> DSP.sinc(0) => 0.0