Problem with EDOM2
- Posted by Ralf Nieuwenhuijsen <nieuwen at XS4ALL.NL> Dec 26, 1997
- 693 views
I'm having this problem with EDOM2 and I hope you could help me.. (Any1 on the list or Terrence who received this mail also) I have three (floating or not values) v1, v2 and v3. v1 / v3 makes an integer v2 / v3 makes an integer I dunno v3, I do know v1 and v2. How should I get v3 ?? I know have this and it works when v1 and v2 are integers, although it doesn't give the *best* results.. function ClearDivide (atom v1, atom v2) return 1/ (v1 * v2) end function Could any1 help me ? Ralf