Turning off the rounding of numbers

J

Jeff Ringley

I'm trying to do a simple subtraction where I want the
answer as is, no rounding up or down. How do I do
this?????
 
J

Jeff Boyce

Jeff

What is the underlying data type(s) of the numbers? Integer, single,
double?
 
Top