- Joined
- Feb 11, 2009
- Messages
- 505
- Points
- 0
I finally translated the equation into something my TI-84 can understand! Pretty much exactly what you said Trevor...
f(x) = ( abs[x] / x ) * ( (abs[x] + .5 ) - ( fPart( (abs[x] + .5) / 1)
Essentially, my calculator does not have a button for normal modulo operation. I'll give you some examples.
Ex1. "(x+4)%1" is actually "1*fPart((x+4)/1)" in my calculator
Ex2. "(x+5.5)%3" is actually "3*fPart((x+5.5)/3)" in my calculator
Thanks for finding the equation Trevor!
f(x) = ( abs[x] / x ) * ( (abs[x] + .5 ) - ( fPart( (abs[x] + .5) / 1)
Essentially, my calculator does not have a button for normal modulo operation. I'll give you some examples.
Ex1. "(x+4)%1" is actually "1*fPart((x+4)/1)" in my calculator
Ex2. "(x+5.5)%3" is actually "3*fPart((x+5.5)/3)" in my calculator
Thanks for finding the equation Trevor!