|
I was trying to use fend in a scripted way to behave similar to With fend I have to decide on a unit beforehand, e.g. MiB or GiB either by using a specfic conversion or appropriate divisor: Now I have 2 questions:
(Please note that I am not asking for a feature like printing bytes in powers of 1024.) |
Answered by
printfn
Oct 3, 2024
Replies: 1 comment 3 replies
Yes, you can suppress that by prefixing your calculation with
This is not currently supported but it is on my roadmap and I'll see if I can get it implemented soonish. |
3 replies
Answer selected by
tessus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can suppress that by prefixing your calculation with
@noapprox. For example@noapprox 1845842429 bytes in MiB to 0dpbecomes1760 MiB. I should really improve the documentation for this as it is currently only documented in the changelog.This is not currently supported but it is on my roadmap and I'll see if I can get it implemented soonish.