jscl-project / jscl

A Lisp-to-JavaScript compiler bootstrapped from Common Lisp
https://jscl-project.github.io
GNU General Public License v3.0
876 stars 108 forks source link

ERROR: Function 'LOG' undefined #473

Closed VitoVan closed 1 year ago

VitoVan commented 1 year ago

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

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

imagen

VitoVan commented 1 year ago

current workaround could be:

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