Arc Forum
new
|
comments
|
leaders
|
submit
login
Access to MzScheme functions
3 points
by
Chouser
6275 days ago |
2 comments
I need to find the log (base 10) of a number, so I need any kind of logarithm function (natural log will do). I found (log i) for MzScheme, but I can't seem to use it in arc. Does arc have a log function, or some way to get at MzScheme's?
4 points
by
brett
6275 days ago |
link
you could add
(xdef 'log log)
to ac.scm
-----
1 point
by
bOR_
6264 days ago |
link
Thanks. Needed that for (xdef 'sin sin)
-----