X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/40d546724ba7e4b75599c46fa701074aa6ac1475..3838aad3e4fbe2e3bed2b9dc086466b478c0fcdc:/dot/emacs-calc diff --git a/dot/emacs-calc b/dot/emacs-calc index 017f00b..ea44b59 100644 --- a/dot/emacs-calc +++ b/dot/emacs-calc @@ -78,6 +78,8 @@ constant bounds." ;;; Custom units stored by Calc on Thu Mar 18 19:02:50 1999 (setq math-additional-units '( + (EB "1024 * PB" "Exabyte") + (PB "1024 * TB" "Petabyte") (TB "1024 * GB" "Terabyte") (gig "GB" "Gigabyte") (GB "1024 * MB" "Gigabyte") @@ -85,6 +87,8 @@ constant bounds." (MB "1024 * kB" "Megabyte") (KB "kB" "Kilobyte") (kB "1024 * byte" "Kilobyte") + (Eb "1024 * Pb" "Exabit") + (Pb "1024 * Tb" "Petabit") (Tb "1024 * Gb" "Teraabit") (Gb "1024 * Mb" "Gigabit") (Mb "1024 * kb" "Megabit")