MCPcopy
hub / github.com/josdejong/mathjs / fromJSON

Method fromJSON

types/index.d.ts:4400–4400  ·  view source on GitHub ↗
(json: object)

Source from the content-addressed store, hash-verified

4398 equals(other: Complex): boolean
4399 format(precision?: number): string
4400 fromJSON(json: object): Complex
4401 fromPolar(polar: object): Complex
4402 fromPolar(r: number, phi: number): Complex
4403 toJSON(): object

Calls

no outgoing calls

Tested by

no test coverage detected