squiggle/src/symbolic/Mathjs.re

2 lines
88 B
ReasonML
Raw Normal View History

[@bs.module "./MathjsWrapper.js"]
external parseMath: string => Js.Json.t = "parseMath";