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
4cc5d585
Commit
4cc5d585
authored
Jun 21, 2007
by
rtoy
Browse files
Oops. Remove extra paren.
parent
caf87e81
Changes
1
Hide whitespace changes
Inline
Side-by-side
code/irrat-dd.lisp
View file @
4cc5d585
...
...
@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/irrat-dd.lisp,v 1.1
4
2007/06/
1
1 1
9:01:23
rtoy Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/irrat-dd.lisp,v 1.1
5
2007/06/
2
1 1
5:50:50
rtoy Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -1754,7 +1754,7 @@ Z may be any number, but the result is always a complex."
(
+
1.0d0
x
))
(
square
t1
))))))))
(
complex
(
*
beta
eta
)
(
-
(
*
beta
nu
))))))))
)
(
-
(
*
beta
nu
))))))))
(
defun
dd-complex-tanh
(
z
)
"Compute tanh z = sinh z / cosh z"
...
...
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