Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is it possible to calculate exponets?

Status
Not open for further replies.

wolfbrother

Technical User
Jun 14, 2002
10
US
Hi, I'm trying to write a function to calculate with exponets and I can't find the right syntax to get it to work right? any suggestions?

Thanks,

David
 
An example of the function I need to perform is:

C=trough * e exponated by (-ke*tt)
 
try exp(number)
"What a wonderfull world" - Louis armstrong
 
If what you want is
2 raised to the 2nd power then use the carat sign ^
2^2 = 4
2^3 = 8
2^4 = 16

If you want something else then look at the Exp() function. It returns a value that I'm not familiar with.

Paul
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top