We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8b6236 + 844be9f commit 69d340aCopy full SHA for 69d340a
src/differentials/abstract_zero.jl
@@ -4,8 +4,8 @@
4
Supertype of zero-like differentials—i.e., differentials that act like zero when
5
added or multiplied to other values.
6
If an AD system encounters a propagator that takes as input only subtypes of `AbstractZero`,
7
-then it can stop performing AD operations. All propagators are linear functions, and thus
8
-the final result will be zero.
+then it can stop performing AD operations.
+All propagators are linear functions, and thus the final result will be zero.
9
10
All `AbstractZero` subtypes are singleton types.
11
There are two of them: [`Zero()`](@ref) and [`DoesNotExist()`](@ref).
0 commit comments