Scale byte values FIXED by nn(clock)

$0<b=1023;1<x=$0/b{printf"%.2f %cB\n",x<b?x:x/b,x<b?75:77}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page