printfn

Results 75 comments of printfn

Thanks for reporting the issue. Thankfully this shouldn't be too hard to fix.

I've now fixed the issue where units were being ignored. One thing I'm unsure about is the associativity. Currently: ``` > 16 mod 6 mebi 4194304 > (16 mod 6)...

I've now released v1.4.9 which fixes the bug with dropping units, but I'll leave this issue open for the associativity problems.

Interesting, I didn't know overlines were used for larger numbers. I agree this would probably make sense to implement.

For now I've implemented an upper bound of 100,000, which prevents the REPL from freezing or running out of memory. Adding support for larger numbers with different notation would obviously...

Thanks for the suggestion, I agree this would be a cool feature to implement!

I've now implemented this. You can use commas as the decimal separator (and dots as the thousands separator) by adding the following line to your `~/.config/fend/config.toml` config file: ```toml decimal-separator-style...

You’re right, that other output does look much nicer than what fend currently has. Maybe some of the verbosity does go a little bit too far, at least when there...

Thanks for the report. The reason this fails to simplify is that because you're first converting `s` explicitly to a specific unit, fend tracks that `s` should not be auto-simplified...