MilesCranmer commited on
Commit
3dd70cc
1 Parent(s): 4bc0a76

Update operator names in docs

Browse files
Files changed (1) hide show
  1. 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
- `log_abs` (=log(abs(x) + 1e-8)),
22
- `log10_abs`,
23
- `log2_abs`,
24
- `log1p_abs` (=log(abs(x) + 1)),
25
- `sqrt_abs` (=sqrt(abs(x)))
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
- `acosh_abs`,
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`,