Skip to content

Commit 6cf3b4c

Browse files
committed
fmt
1 parent 7101c9d commit 6cf3b4c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

eval/tricks.rkt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
(define x (first srcs))
9393
(list (cons 0 0))] ; bounds per x
9494

95-
9695
[(ival-mult ival-mult!)
9796
; Γ[*]'x = 1
9897
; ↑ampl[*]'x = logspan(y)
@@ -408,12 +407,16 @@
408407
(list (cons (- (maxlog x) n (- (max (abs (maxlog z)) (abs (minlog z)))) -3) 0))]
409408

410409
; TODO
411-
; hypot
410+
[(ival-asinh ival-asinh!) (list (cons (get-slack) 0))]
411+
412+
; TODO
413+
[(ival-hypot ival-hypot!) (list (cons (get-slack) 0) (cons (get-slack) 0))]
412414

413415
; TODO
414416
; ↑ampl[...] = slack
415417
; ↓ampl[...] = 0
416-
[(ival-erfc ival-erf ival-erfc! ival-erf! ival-lgamma ival-tgamma ival-asinh ival-asinh! ival-logb) (list (cons (get-slack) 0))]
418+
[(ival-erfc ival-erf ival-erfc! ival-erf! ival-lgamma ival-tgamma ival-logb)
419+
(list (cons (get-slack) 0))]
417420

418421
; TODO
419422
; ↑ampl[...] = slack

0 commit comments

Comments
 (0)