simple-squiggle/node_modules/mathjs/lib/esm/expression/embeddedDocs/core/typed.js

8 lines
269 B
JavaScript

export var typedDocs = {
name: 'typed',
category: 'Core',
syntax: ['typed(signatures)', 'typed(name, signatures)'],
description: 'Create a typed function.',
examples: ['double = typed({ "number": f(x)=x+x })', 'double(2)', 'double("hello")'],
seealso: []
};