Re: [racket] Rusty Math

2010-12-26 Thread Robby Findler
The number would have to be complex, but sure you can do that: > (forn 0+10i) #t Robby On Sun, Dec 26, 2010 at 6:04 AM, Sayth Renshaw wrote: > I was doing an exmple and thinking about my expected retrun value to kow if > my function worked. > > However I don't think any value could test true th

Re: [racket] Rusty Math

2010-12-26 Thread Thomas Chust
2010/12/26 Sayth Renshaw : > [...] > However I don't think any value could test true therefore my function would > always be false. I do need to double check though as my math is rusty. But > you cannot square a number and have it retun negative can you? > [...] Hello Sayth, whether that is possi

[racket] Rusty Math

2010-12-26 Thread Sayth Renshaw
I was doing an exmple and thinking about my expected retrun value to kow if my function worked. However I don't think any value could test true therefore my function would always be false. I do need to double check though as my math is rusty. But you cannot square a number and have it retun negati