Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

rounding

Former Member
0 Likes
429

hai sir

i have value like this,,,,3999999.08

i want to get rounding this,,,,i used 'round' function module

but i got value based on sign that means ..if i give '+',,i am getting 40000000

if i give '-'...i am getting 3999999

but i need round according mathematical definition.

at run time i have to get,,,,plz try to give,,,

2 REPLIES 2
Read only

Former Member
0 Likes
404

use ceil and floor statements

Read only

0 Likes
404

i need at run time....i dont mention any condition...can u say any another....