Skip to content
Discussion options

You must be logged in to vote
$ qalc "round(12 350 976/1024/1024, 1)"
round((12350976 / 1024) / 1024, 1) = 59/5 = 11 + 4/5 = 11.8

$ qalc -s "maxdeci 1" 12 350 976/1024/1024
(12350976 / 1024) / 1024 ≈ 11.8

$ qalc -s "maxdeci 1" 12 350 976B to MiB
12350976 bytes ≈ 11.8 MiB

$ qalc "round(12 350 976/mebi, 1)"
round((12350976 / 1024) / 1024, 1) = 59/5 = 11 + 4/5 = 11.8

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@sergeevabc
Comment options

@hanna-kn
Comment options

@sergeevabc
Comment options

Answer selected by sergeevabc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants