Joseph Wright
Joseph Wright
I will see what Enrico thinks here
Would you say Steinmetz notation is a form of polar output, or an entirely independent format? Working out where the right options live.
Suggestion: `complex-phase-command` which is normally empty but can be `\phase` or whatever to adjust the formatting - thoughts?
@eg9 Thoughts ^^^
`siunitx` supports setting locale but that is not really language - it's intended for the location of publication and thus prevailing typesetting conventions, which are not necessarily tied to language....
'Yes' - anything that involves arithmetic needs to be parsed by `\fpeval`, and therefore must use `.` as a radix marker.
I'm not sure what the 'expected' output is here: arguably it's undefined. I can for example see an argument for `0` (dropping all digits) as well as for the current...
What's important here is we are rounding to _significant_ figures. So we get `1.00` because the `1` is a significant figure. If the input was `0.01000`, we'd get `0.0100` as...
Perhaps related: https://github.com/josephwright/siunitx/issues/206
@PhelypeOleinik Are you happy to take this one?