summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/user-guide/07-autodiff.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user-guide/07-autodiff.md b/docs/user-guide/07-autodiff.md
index caa29aa35..6d26d8134 100644
--- a/docs/user-guide/07-autodiff.md
+++ b/docs/user-guide/07-autodiff.md
@@ -156,8 +156,8 @@ In addition, a differentiable type must define the `zero` value of its derivativ
### Builtin Differentiable Types
The following builtin types are differentiable:
-- Scalars: `float`, `half`.
-- Vector/Matrix: `vector` and `matrix` of `float` and `half` types.
+- Scalars: `float`, `double` and `half`.
+- Vector/Matrix: `vector` and `matrix` of `float`, `double` and `half` types.
- Arrays: `T[n]` is differentiable if `T` is differentiable.
### User Defined Differentiable Types