use floating-point in docs (#6659)

* use `floating-point` in docs

* Get back capital letter.
This commit is contained in:
Patryk Elszkowski
2021-07-16 06:48:45 +02:00
committed by GitHub
parent 1621c66ad8
commit 39afcb2e99
48 changed files with 81 additions and 81 deletions

View File

@@ -20,7 +20,7 @@
**Types**
* *T*: any floating point type.
* *T*: any floating-point type.
*Acosh* does the following with the input tensor *a*:

View File

@@ -20,7 +20,7 @@
**Types**
* *T*: any floating point type.
* *T*: any floating-point type.
*Atanh* does the following with the input tensor *a*:

View File

@@ -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**