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

Function N

test/compute-engine/numeric-mode.test.ts:4–6  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

2import { engine, check } from '../utils';
3
4function N(s: string) {
5 return engine.parse(s).N();
6}
7
8//
9// Auto should use machine when possible, Decimal or Complex when necessary

Callers 1

Calls 2

NMethod · 0.65
parseMethod · 0.65

Tested by

no test coverage detected