Skip to content

<notatio-dynamic>

<notatio-dynamic value="_n * 50"> -- a derived readout in running prose, after Wolfram's Dynamic. It typesets whatever its value evaluates to and nothing else: no editor, no assertion, no In/Out row.

Inside a <notatio-tangle> the wildcards are the surrounding knobs, and the wrapper rewrites this element's value on every move — so what the element itself sees is always a concrete expression. N(…) around the value forces a decimal where the exact answer would be a fraction or a surd, and digits says how much of that decimal belongs in a sentence.

Stories in the playground·packages/notatio-lit/src/notatio-dynamic.ts· in Vue: <Dynamic>

Attributes

AttributeTypeDefaultNotes
valuestring""The notatio expression to evaluate and typeset.
displaybooleanfalseTypeset as a centred display equation rather than inline.reflects
digitsnumber6Significant figures to keep of an approximate result; 0 prints all of them.