精美的jQuery科学计算器插件 -JS/jQuery代码 -演示与下载 -时代Java

精美的jQuery科学计算器插件 A JQuery calculator plugin.

Fork me on GitHub
Demo 1
Demo 2

Examples of notation
Five raised to the third power = pow(5,3) = 125
Square root of 4 = pow(4,1/2) = 2
Cube root of 27 = pow(27,1/3) = 3
Fourth root of 16 = pow(16,1/4) = 2
Sine of 1/2 π = sin(1/2*PI) = 1
Binary 101 = 0b101 = 5
Octal 402 = 0402 = 258
Hexadecimal 1F = 0x1F = 31
Exponentiation 2 * 1000 = 2e3 = 2000
Exponentiation 3 * 0.01 = 3e-2 = 0.03
下载代码说明
X关闭

精美的jQuery科学计算器插件jsRapCalculator

jsRapCalculator是一个基于jQuery的科学计算器插件。该科学计算器提供除加减乘除外,还有或和异或、取反、八进制,十六进制和二进制等功能。有两个版本,简单实用,欢迎下载!本代码适用浏览器:搜狗、360、FireFox(建议)、Chrome、Safari、Opera、傲游、世界之窗,不支持IE8及以下浏览器,首选火狐浏览器。是一款不错的的特效插件,需要的朋友可以下载!希望大家喜欢!