(c: number[])
| 1944 | .expr(['Product', ['Add', 3, 'k'], ['Limits', 'k', 0, 3]]) |
| 1945 | .evaluate() |
| 1946 | ?.toString() |
| 1947 | ).toMatchInlineSnapshot(`360`); |
| 1948 | }); |
| 1949 | |
| 1950 | // Falling factorial |
| 1951 | it('should simplify falling factorial', () => { |
| 1952 | expect( |
| 1953 | ce |
| 1954 | .expr([ |
no test coverage detected