Implement 'exp' in scheme

Issue #100 new
Katie Burke created an issue

exp should return e to the num power.
( http://www.scheme.com/tspl4/objects.html#./objects:s129 )

This should return 2.7182818284590455

(exp 1.0)

Traceback (most recent call last):
File "stdin", line 1, col 2
RunTimeError: unbound variable 'exp'

Comments (1)

  1. Log in to comment