I have seen some strange results of arithmetic functions. The simplest example is:
select 182.0/100 returns 1.820000
Another result I've seen is where 1.5 comes out as 1.4999999
What I really want to do is return all numbers with 3 significant digits.
Any suggestions?
Phil
select 182.0/100 returns 1.820000
Another result I've seen is where 1.5 comes out as 1.4999999
What I really want to do is return all numbers with 3 significant digits.
Any suggestions?
Phil