use floating-point in docs (#6659)
* use `floating-point` in docs * Get back capital letter.
This commit is contained in:
committed by
GitHub
parent
1621c66ad8
commit
39afcb2e99
@@ -20,7 +20,7 @@
|
||||
|
||||
**Types**
|
||||
|
||||
* *T*: any floating point type.
|
||||
* *T*: any floating-point type.
|
||||
|
||||
*Acosh* does the following with the input tensor *a*:
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
**Types**
|
||||
|
||||
* *T*: any floating point type.
|
||||
* *T*: any floating-point type.
|
||||
|
||||
*Atanh* does the following with the input tensor *a*:
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ erf(x) = \pi^{-1} \int_{-x}^{x} e^{-t^2} dt
|
||||
|
||||
**Types**
|
||||
|
||||
* *T*: any supported floating point type.
|
||||
* *T*: any supported floating-point type.
|
||||
|
||||
**Examples**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user