-
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.) |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
Yes, you can suppress that by prefixing your calculation with
@noapprox
. For example@noapprox 1845842429 bytes in MiB to 0dp
becomes1760 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.