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

Exponent value calculation

Former Member
0 Likes
1,187

Hi experts,

I am getting a fractional value like 9.95....E-02. Can I remove the exponential value and calculate like 0.0995.......

Is there any fuction module for that.

Venkat

5 REPLIES 5
Read only

Former Member
0 Likes
719

Hi,

move that value to the variable of type p decimals 2

for more info

Regards!

Read only

0 Likes
719

It is not sure that I will have only E-02, I can have any value also.

Thank you

Venkat

Read only

Former Member
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
719

Hello Venkat,

Please close your previous thread before posting a new one.

I can see both are related to similar issues.

BR,

Suhas

Read only

Former Member
0 Likes
719

I used packed data type with decimal 14, which is not rounding and I copied first three fractional decimals in string and I got the value, which I wanted. Thank you for your time and consideration