logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: f371706823a0c3a824f4a34b0eb6a714682f47e8
parent 70367b324f7a91a620e795d0a26f06232c7448b2
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 23 Jun 2017 17:58:23 +0200

notes/bc.txt: SI-prefixes and time units

Diffstat:

Anotes/bc.txt28++++++++++++++++++++++++++++
1 file changed, 28 insertions(+), 0 deletions(-)

diff --git a/notes/bc.txt b/notes/bc.txt @@ -0,0 +1,28 @@ +# Time units +minute=60 +hour=60*minute +day=24*hour +week=7*day +year=364.25*day +month=year/12 +# SI Units +yocto=10^(-24) +zepto=10^(-21) +atto=10^(-18) +femto=10^(-15) +pico=10^(-12) +nano=10^(-9) +micro=10^(-6) +milli=10^(-3) +centi=10^(-2) +deci=10^(-1) +deca=10^1 +hecto=10^2 +kilo=10^3 +mega=10^6 +giga=10^9 +tera=10^12 +peta=10^15 +exa=10^18 +zetta=10^21 +yotta=10^24