MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / logEval

Function logEval

test/compute-engine/arithmetic.test.ts:923–924  ·  view source on GitHub ↗
(a: number, b: number)

Source from the content-addressed store, hash-verified

921});
922
923describe('LG', () => {
924 test(`LG 1.1`, () => expect(checkJson(['Lg', 1.1])).toMatchSnapshot());
925 test(`LG 1`, () => expect(checkJson(['Lg', 1])).toMatchSnapshot());
926 test(`LG 0`, () => expect(checkJson(['Lg', 0])).toMatchSnapshot());
927 test(`LG -1`, () => expect(checkJson(['Lg', -1])).toMatchSnapshot());

Callers 1

arithmetic.test.tsFile · 0.85

Calls 3

toStringMethod · 0.65
evaluateMethod · 0.65
exprMethod · 0.65

Tested by

no test coverage detected