7 lines
166 B
Scheme
7 lines
166 B
Scheme
|
|
(module math scheme/base
|
|
(require scheme/math)
|
|
(provide (except-out (all-from-out scheme/math)
|
|
euler)
|
|
(rename-out [euler e])))
|