Skip to content

Commit 95a8f92

Browse files
mcabbottdevmotion
andauthored
Update src/rules.jl
Co-authored-by: David Widmann <[email protected]>
1 parent 5b797c3 commit 95a8f92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rules.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,5 +255,4 @@ end
255255
:(z = LogExpFunctions.logsubexp($x, $y); $x > $y ? exp($x - z) : -exp($x - z)),
256256
:(z = LogExpFunctions.logsubexp($x, $y); $x > $y ? -exp($y - z) : exp($y - z))
257257

258-
# only defined in LogExpFunctions >= 0.3.2
259258
@define_diffrule LogExpFunctions.xlog1py(x, y) = :(log1p($y)), :($x / (1 + $y))

0 commit comments

Comments
 (0)