From: Stephen Adams Date: Mon, 11 Sep 1995 14:29:12 +0000 (+0000) Subject: Added ABS. X-Git-Tag: 20090517-FFI~5963 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=5f911bda48a1321599119823fefa4ae803faf0e9;p=mit-scheme.git Added ABS. --- diff --git a/v8/src/sf/usiexp.scm b/v8/src/sf/usiexp.scm index cd797d762..b59249684 100644 --- a/v8/src/sf/usiexp.scm +++ b/v8/src/sf/usiexp.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: usiexp.scm,v 1.9 1995/09/11 13:35:59 adams Exp $ +$Id: usiexp.scm,v 1.10 1995/09/11 14:29:12 adams Exp $ Copyright (c) 1988-1995 Massachusetts Institute of Technology @@ -705,6 +705,7 @@ MIT in each case. |# '(;; : use binding in system-global-environment to obtain arity ;; ( #!optional min-arity max-arity): as specified (for use for ;; names that might not be bound when SF is loaded) + ABS ACOS ASIN ATAN