Math-数学-Chrome扩展插件基本信息
扩展名称:Math-数学-Chrome扩展插件
扩展版本:0.1 大小:9.49K
更新日期:2017-09-04
插件作者:em_te
插件语言:English
官方站点:
插件ID:gfcggehldbgcbbpiamnncgbjllgpjdfa
用户数量:151 评分:0.0(共5分)
Math Chrome插件图片预览

Math-数学-Chrome扩展插件介绍
首先输入“数学”,然后是空白空间,然后是方程式。答案将出现在下拉菜单中。
您也可以输入三角函数:
math 10 + cos(rad(45))+ log(10)+ PI * 180 /( 2 ^ 4 + atan(1))
如果按“enter”键,结果将被保存,并可通过单击工具栏图标访问。只保存最后30个计算,并在浏览器关闭时清除它们。
请注意,(^)是“power of power”运算符,而不是按位运算符。
那个(〜)是“负”运算符,所以负2是“〜2”而不是“-2”。
支持的常数是:
欧拉常数(E),自然对数为2 (LN2),自然对数为10(LN10),基数2对数为E(LOG2E),
First type "math", then an empty space, then the equation. The answer will appear in the drop down menu.
You can type trigonometry too like:
math 10 + cos(rad(45)) + log(10) + PI*180 / (2^4 + atan(1))
If you press the "enter" key the result will be saved and is accessible by clicking on the toolbar icon. Only the last 30 calculations will be saved and they will be cleared when the browser is closed.
Note that (^) is a "the power of" operator, and not a bitwise-or operator.
And that (~) is the "negative" operator, so negative 2 is "~2" and not "-2".
Supported constants are:
Euler's constant (E), Natural log of 2 (LN2), Natural log of 10 (LN10), Base 2 log of E (LOG2E), Base 10 log of E (LOG10E), Pi (PI), Square root of 0.5 (SQRT1_2), Square root of 2 (SQRT2)
Supported (one argument) functions are:
abs(x), acos(x), acosh(x), asin(x), asinh(x), atan(x), atanh(x), cube root (cbrt(x)), cos(x), cosh(x), radians to degrees (deg(x)), E to the power of x (exp(x)), log(x), log10(x), log2(x), degrees to radians (rad(x)), sin(x), sinh(x), square root (sqrt(x)), tan(x), tanh(x).