MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / transcendentals.test.ts

File transcendentals.test.ts

test/big-decimal/transcendentals.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { BigDecimal } from '../../src/big-decimal';
2
3// Save and restore precision around tests
4const DEFAULT_PRECISION = 50;

Callers

nothing calls this directly

Calls 15

decimalExponentOfFunction · 0.85
relCloseFunction · 0.85
cbrtMethod · 0.80
sinMethod · 0.80
cosMethod · 0.80
tanMethod · 0.80
atanMethod · 0.80
asinMethod · 0.80
acosMethod · 0.80
sinhMethod · 0.80
coshMethod · 0.80
tanhMethod · 0.80

Tested by

no test coverage detected