Main siteMain site  ForumForum  ForumSearch  Private messageEmail contact  RegisterRegister  Log inLog in 
Topic: natural log
Reply to topic
Author Message
GMartin



Joined: Feb 5, 2010
Posts: 308

PostPosted: Aug 1, 2015 12:44 AM    Post subject: natural log

Jarek,

I have used Math.log in multiple designs

I now need to use natural log for a couple designs.

How would I notate that? I know E or (e) can be used for the natural log but can not see how to write this in the expression evaluator.
jarek



Joined: Oct 22, 2007
Posts: 1073

PostPosted: Aug 1, 2015 12:57 AM    Post subject:

The Math.log() function is for natural logarithm (base e), see full documentation here:

http://docs.oracle.com/javase/7/docs/api/java/lang/Math.html#log%28double%29

So I am not sure I understand the question.
Reply to topic