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.
1 parent 68f00c4 commit 844be9fCopy full SHA for 844be9f
src/differentials/abstract_zero.jl
@@ -3,8 +3,8 @@
3
4
This abstract type encompasses zero-like differential types.
5
If an AD system encounters a propagator that takes as input only subtypes of `AbstractZero`,
6
-then it can stop performing AD operations. All propagators are linear functions, and thus
7
-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.
8
9
All `AbstractZero` subtypes are singleton types.
10
There are two of them: [`Zero()`](@ref) and [`DoesNotExist()`](@ref).
0 commit comments