Spaces:
Running
Running
Commit
·
3dd70cc
1
Parent(s):
4bc0a76
Update operator names in docs
Browse files- docs/operators.md +6 -6
docs/operators.md
CHANGED
|
@@ -18,11 +18,11 @@ of these and other valid operators are stated below.
|
|
| 18 |
`cube`,
|
| 19 |
`exp`,
|
| 20 |
`abs`,
|
| 21 |
-
`
|
| 22 |
-
`
|
| 23 |
-
`
|
| 24 |
-
`
|
| 25 |
-
`
|
| 26 |
`sin`,
|
| 27 |
`cos`,
|
| 28 |
`tan`,
|
|
@@ -31,7 +31,7 @@ of these and other valid operators are stated below.
|
|
| 31 |
`tanh`,
|
| 32 |
`atan`,
|
| 33 |
`asinh`,
|
| 34 |
-
`
|
| 35 |
`atanh_clip` (=atanh((x+1)%2 - 1)),
|
| 36 |
`erf`,
|
| 37 |
`erfc`,
|
|
|
|
| 18 |
`cube`,
|
| 19 |
`exp`,
|
| 20 |
`abs`,
|
| 21 |
+
`log`,
|
| 22 |
+
`log10`,
|
| 23 |
+
`log2`,
|
| 24 |
+
`log1p`,
|
| 25 |
+
`sqrt`,
|
| 26 |
`sin`,
|
| 27 |
`cos`,
|
| 28 |
`tan`,
|
|
|
|
| 31 |
`tanh`,
|
| 32 |
`atan`,
|
| 33 |
`asinh`,
|
| 34 |
+
`acosh`,
|
| 35 |
`atanh_clip` (=atanh((x+1)%2 - 1)),
|
| 36 |
`erf`,
|
| 37 |
`erfc`,
|