The issues section is used only for bug reports. Please use the Discussions section to ask questions and share ideas and suggestions.
Describe the bug
wrapping the power in brackets brakes unit() parser
To Reproduce
will throw:
SyntaxError: In "km ^ (1)", "^" must be followed by a floating-point number
The issues section is used only for bug reports. Please use the Discussions section to ask questions and share ideas and suggestions.
Describe the bug
wrapping the power in brackets brakes
unit()parserTo Reproduce
unit("m ^ (1)")will throw:
SyntaxError: In "km ^ (1)", "^" must be followed by a floating-point number