On Tuesday, 15 March 2016 at 14:50:42 UTC, D.Enguiyen wrote:
On Tuesday, 15 March 2016 at 14:46:30 UTC, D.Enguiyen wrote:Is it able to manage quantities with a non-linear transformations, for example when dealing with octet and byte ?(1024)!"byte" == 1!"kbyte";1!"byte" * 1024 == 1!"kbyte";
I meant byte!1 * 1024 == kbyte!1;