skx / gobasic

A BASIC interpreter written in golang.

Home Page:https://blog.steve.fi/tags/basic/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement `LOG`

skx opened this issue · comments

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

D'oh. We implement this already as LN.

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