```typst #num(exponent:"sci", "12345.67") // ok #num(exponent:"sci", "12345.67e3") // ok #num(exponent:"sci", "12345.67+-0.1e3") // ok // #num(exponent:"sci", "12345.67+0.1-0.1e3") // not ok ``` <img width="269" height="19" alt="Image" src="https://github.com/user-attachments/assets/c09168d0-7dfc-4d25-9156-d8b122e584f9" /> When uncommenting last line: <img width="181" height="41" alt="Image" src="https://github.com/user-attachments/assets/6ceaeb0c-792c-4d7e-a122-902fc2b585d9" />
When uncommenting last line: