Joseph Wright

Results 989 comments of Joseph Wright

@PhelypeOleinik Sounds good but I think padding will still be requested 'directly' in `l3fp`.

@muzimuzhi I don't like that at all: rounding and filling zeros are entirely separate concepts (I split them in `siunitx` v3 for exactly that reason).

> “rounding and filling zeros are entirely separate”  This is not entirely true! But nor are they entirely related . . . both have (mathematical) connections to “fixed precision”:...

OK, based on @blefloch's point I'm minded to close here as I don't think we want a specific display function for this, and it therefore falls more in the area...

OK, so perhaps a version of `\fp_eval:n` that takes a second argument specifying the minimum number of decimal places to print?

Based on @Skillmon's suggestion, that would perhaps be ```latex \ExplSyntaxOn \cs_new:Npn \fp_eval:nn #1#2 { \int_compare:nNnTF {#2} = \c_zero_int { \fp_eval:n {#1} } { \exp_args:Ne \__fp_eval:nn { \fp_eval:n {#1} } {#2}...

(I wonder if this is `\fp_to_deicmal:nn` rather than `\fp_eval:nn`)

> @josephwright possibly. it depends how light weight we want light weight formatting to be, rather than an integer another possibility would be to to take a token list similar...

@lvjr Is there a marker I can pick up to know we are in a `tblr` column not a standard `array` one?

I have a fix in hand - I'll patch in the next release (probably next week).