Mc-Zen / zero

Advanced scientific number formatting for Typst.
https://typst.app/universe/package/zero
MIT License
30 stars 2 forks source link

num argument name rounding / round #4

Closed c-ortbauer closed 1 month ago

c-ortbauer commented 1 month ago

Hi In the documentation the argument name for the rounding settings is rounding

image

As this was not working for me, I tried round and it works.

#num("12.3456789", digits:3, round:(mode:"places",precision:3))

Mc-Zen commented 1 month ago

Oh, my bad!