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

Function nStr

test/compute-engine/exactness-regressions.test.ts:11–11  ·  view source on GitHub ↗
(e: any)

Source from the content-addressed store, hash-verified

9
10const evalStr = (e: any) => ce.box(e).evaluate().toString();
11const nStr = (e: any) => ce.box(e).N().toString();
12
13describe('P0-2 — Sqrt.N() keeps the radical on the symbolic part', () => {
14 test('Sqrt(y).N() keeps the root', () => {

Callers 1

Calls 3

toStringMethod · 0.65
NMethod · 0.65
boxMethod · 0.65

Tested by

no test coverage detected