Google Calculator
Googleで数式を入れて検索するとその計算結果が表示されるようになりました.allthewebでは以前からできていたようですがGoogleでもできるようになりました.GoogleツールバーやMozillaのサイドバーをよく使うので電卓を出すまでもないのでかなり便利です.しかも色々な関数や物理定数も組み込まれているのでこれもよい.
google:1+3*4], [google:e^(i pi)
演算
| 足し算 | +, plus, and | google:1+1], [google:3 plus 5 |
| 引き算 | -, minus | google:5-1 |
| 掛け算 | *, times, 定数の前やカッコの前ではスペースまたは続けて | google:2*5], [google:e pi], [google:2(3/5) |
| 割り算 | / | google:1/2 |
| 累乗 | ^, ** | google:2^10], [google:3**3 |
| 階乗 | ! | google:8! |
| モジュロ | %, mod | google:321%3], [google:12 mod 3 |
| 常用対数 | log() | google:log(100) |
| 自然対数 | ln() | google:ln(e^3) |
| 平方根 | sqrt(), square root | google:sqrt(2)], [google:square root 3 |
| 立方根 | cube root | google:cube root 27 |
| 正弦 | sin(), sine() | google:sin(pi)], [google:sine(90 degrees) |
| 余弦 | cos(), cosine() | google:cos(2 pi) |
| 正接 | tan(), tangent() | google:tan(pi/4) |
| アークタンジェント | atan(), arctan(), arctangent() | google:atan(1) |
| ハイパボリックサイン | sinh(), hyperbolic sin(), hyperbolic sine() | google:sinh(2) |
| ハイパボリックコサイン | cosh(), hyperbolic cos(), hyperbolic cosine() | google:cosh(2) |
| ハイパボリックタンジェント | tanh(), hyperbolic tan(), hyperbolic tangent() | google:tanh(1) |
関数のカッコは文脈によっては省略可.複素数の演算も可能.google:(2+i)/(1+3i)
単位・単位系
| メートル | m, meter | google:0.2kilometer+2meter= |
| グラム | g, gram | google:100gram in pound= |
| 秒 | s, second | google:minute in 30seconds |
| 分 | minute | google:a quarter minute in seconds |
| 時 | hour | google:a half of hour * 3 |
| 日 | day | google:a day in seconds |
| 週 | week | google:days in a week |
| 月 | month | google:a month in days |
| 年 | year | google:days in 4 years |
| 1000年 | millenium | google:microseconds in a millenium |
| 電流 | A, ampere | google:1A*2V |
| 電圧 | V | google:2V*3kg |
物理定数
| 光速度 | c, the speed of light | google:the speed of light |
| 重力定数 | G, gravitational constant | google:gravitational constant |
| プランク定数 | h, Planck's constant | google:Planck's constant |
| 地球の質量 | mass of earth | google:mass of earth |
いっぱいありすぎて全部載せれない.
使える関数や定数・単位を全部知りたいんだけど,どこかないですかねぇ.もっと,面白い単位の変換とか演算があったら教えてください.