common-lisp.net
/
projects/oct/oct.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
235ac2e
)
Enable test of complex args.
author
Raymond Toy
<toy.raymond@gmail.com>
Thu, 12 Apr 2012 21:37:38 +0000 (14:37 -0700)
committer
Raymond Toy
<toy.raymond@gmail.com>
Thu, 12 Apr 2012 21:37:38 +0000 (14:37 -0700)
rt-tests.lisp
patch
|
blob
|
blame
|
history
diff --git
a/rt-tests.lisp
b/rt-tests.lisp
index
29a6501
..
712b96c
100644
(file)
--- a/
rt-tests.lisp
+++ b/
rt-tests.lisp
@@
-1673,10
+1673,9
@@
nil)
;; Bessel J for complex args
-#+nil
(rt:deftest bessel-j-complex.pos-order.d.1
(let ((b (bessel-j 0d0 #c(1d0 1)))
(true #c(0.9376084768060293d0 -0.4965299476091221d0)))
- (check-accuracy 53 b true))
+ (check-accuracy 50.73 b true))
nil)