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

Function parse

test/compute-engine/latex-syntax/numbers.test.ts:5–7  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

3import { exprToString, engine as ce } from '../../utils';
4
5function parse(s: string) {
6 return ce.parse(s);
7}
8
9/** parseVal checks that the result is a numericValue (or an integer) */
10function parseVal(s: string): string | number {

Callers 1

numbers.test.tsFile · 0.70

Calls 1

parseMethod · 0.65

Tested by

no test coverage detected