skx / gobasic

A BASIC interpreter written in golang.
https://blog.steve.fi/tags/basic/
GNU General Public License v2.0
328 stars 27 forks source link

Implement `LOG` #108

Closed skx closed 5 years ago

skx commented 5 years ago

It should return the natural logarithm of of the given expression.

skx commented 5 years ago

D'oh. We implement this already as LN.

I'll make LOG an alias for it, for compatibility.