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

Formula for antilog

Former Member
0 Likes
415

Hi,

I know tht we can take log of a number using LOG(num) in SAP but is there any way to fing antilog of a number .

Can any one give example for log & antilog calculation

Thansk in advance.

Maya.

Hi,

I know tht we can take log of a number using LOG(num) in SAP but is there any way to fing antilog of a number .

Can any one give example for log & antilog calculation

Thansk in advance.

Maya.

1 REPLY 1
Read only

Former Member
0 Likes
372

I think you want:

value = exp( num ).

Rob