Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
2bfba1e1
Commit
2bfba1e1
authored
Nov 08, 1993
by
wlott
Browse files
Removed %log1p, %exp1m, and %cbrt.
parent
a0755933
Changes
1
Show whitespace changes
Inline
Side-by-side
compiler/float-tran.lisp
View file @
2bfba1e1
...
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/float-tran.lisp,v 1.2
0
1993/
08/25 00:15:29 ram
Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/float-tran.lisp,v 1.2
1
1993/
11/08 01:41:41 wlott
Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -256,7 +256,7 @@
;;;; Irrational transforms:
(
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
(
movable
foldable
flushable
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment