Skip to content
Snippets Groups Projects
Commit 2bfba1e1 authored by wlott's avatar wlott
Browse files

Removed %log1p, %exp1m, and %cbrt.

parent a0755933
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/float-tran.lisp,v 1.20 1993/08/25 00:15:29 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/float-tran.lisp,v 1.21 1993/11/08 01:41:41 wlott Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -256,7 +256,7 @@ ...@@ -256,7 +256,7 @@
;;;; Irrational transforms: ;;;; Irrational transforms:
(defknown (%sin %cos %tan %asin %acos %atan %sinh %cosh %tanh %asinh (defknown (%sin %cos %tan %asin %acos %atan %sinh %cosh %tanh %asinh
%acosh %atanh %exp %expm1 %log %log10 %log1p %cbrt %sqrt) %acosh %atanh %exp %log %log10 %sqrt)
(double-float) double-float (double-float) double-float
(movable foldable flushable)) (movable foldable flushable))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment