jscl-project / jscl

A Lisp-to-JavaScript compiler bootstrapped from Common Lisp

Home Page:https://jscl-project.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR: Function 'LOG' undefined

VitoVan opened this issue · comments

I don't know if this one is easy to implement, just add it here.

http://clhs.lisp.se/Body/f_log.htm

imagen

current workaround could be:

CL-USER> (#j:Math:log 9)
2.1972245773362196
CL-USER>