@@ -35,7 +35,7 @@ integral(f) | integral of *f*
35
35
Function | Meaning
36
36
---------------|----------------------------------------
37
37
` sqrt(f) ` | ` f^(1/2) `
38
- ` abs(f) ` | coefficient-wise absolute value
38
+ ` abs(f) ` | ` f ` multiplied by the sign of its leading coefficient
39
39
` log(f) ` | logarithmic function
40
40
` exp(f) ` | exponential function
41
41
` sin(f) ` | sine function
@@ -59,6 +59,7 @@ Function | Meaning
59
59
60
60
Transform | Meaning
61
61
---------------|----------------------------------------
62
+ ` ABS(f) ` | coefficient-wise absolute value
62
63
` AERATE1(f) ` | ` f(x^2) `
63
64
` AERATE2(f) ` | ` f(x^3) `
64
65
` BARRY1(f) ` | ` 1/(1-x-x^2*f) `
@@ -68,9 +69,9 @@ Transform | Meaning
68
69
` BIN1(f) ` | ` g={(-1)^n/n!}*((laplacei(x*f))@(-x));LEFT(laplace(-g)) `
69
70
` BISECT0(f) ` | if ` f={a0,a1,a2,a3,a4,...} ` then ` BISECT0(f)={a0,a2,a4,...} `
70
71
` BISECT1(f) ` | if ` f={a0,a1,a2,a3,a4,...} ` then ` BISECT1(f)={a1,a3,a5,...} `
71
- ` BOUS2(f) ` | See [[ 1] ( https://oeis.org/transforms.txt )]
72
- ` BOUS2i(f) ` | See [[ 1] ( https://oeis.org/transforms.txt )]
73
- ` BOUS(f) ` | See [[ 1] ( https://oeis.org/transforms.txt )]
72
+ ` BOUS2(f) ` | see [[ 1] ( https://oeis.org/transforms.txt )]
73
+ ` BOUS2i(f) ` | see [[ 1] ( https://oeis.org/transforms.txt )]
74
+ ` BOUS(f) ` | see [[ 1] ( https://oeis.org/transforms.txt )]
74
75
` CATALAN(f) ` | ` C=1+x*C^2;f@(x*C) `
75
76
` CATALANi(f) ` | ` f@(x*(1-x)) `
76
77
` CONV(f) ` | ` f^2 `
0 commit comments