Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
blueroomelectronics said:The "Just BASIC" compiler does not have an ln() statement.
exp(1) [2.71828183] seems to work fine, I'll remove the brackets.
Eric, you're right. The manual of that compiler says:ericgibbs said:Bill,
Some Basics consider the 'log' statement as meaning natural logs to base 'e'
BTW, it would be easy to get natural logarithm of x if you could use only base-10 logarithms:LOG(n) Description:
This function returns the natural logarithm of n.
Usage:
print log( 7 ) produces: 1.9459101