과학적인 계산기
언어 선택
Scientific Calculator  Math Calculator  Unit Converter  Calculator Flash  Calculator Flash 2  
Financial, Health, Conversions, Math Calculator









 디스플레이

사용자 노트

지침
황갈색 줄에 표현식을 입력하고 결과를 계산하려면 Enter를 누르십시오.
이 계산기는 역사에서 서른 과거의 계산까지 기억합니다. 모든 결과는 자바 스크립트 'EVAL () 함수를 사용하여 계산됩니다. 식의 구문은 자바 스크립트와 동일합니다.
이 계산기는 여러 가지 기초에 숫자를 입력을 처리 할 수​​ 있습니다:

*Decimal (Base 10): Numbers that do not start with a zero like 15 or 3.14e15. Decimal numbers can contain digits 0-9, decimals, and scientific notation.
*Hexadecimal (Base 16): Integers that start with a zero x like 0x1a5. Hexadecimal numbers can contain digits 0-9 and a-f (or A-F) but no decimal or scientific notation.
*Octal (Base 8): Integers that start with a zero like 073. Octal numbers can contain digits 0-7 but no decimal or scientific notation.
*Binary (Base 2): Integers that start with a zero b like 0b101. Binary numbers can contain digits 0 and 1 but no decimal or scientific notation.

^ is a bitwise xor operation. To raise a number to a power use pow() function.

수학 상수
ansThe last calculated result
Ee = 2.71828182...
LOG10Elog of e base 10
LOG2Elog of e base 2
LN10log of 10 base e
LN2log of 2 base e
PIpi = 3.14159265...
SQRT1_2square root of 1/2
SQRT2square root of 2
수학 함수
abs(a)the absolute value of a
acos(a)arc cosine of a
asin(a)arc sine of a
atan(a)arc tangent of a
atan2(a,b)arc tangent of a/b
ceil(a)integer closest to a and not less than a
cos(a)cosine of a
exp(a)exponent of a
floor(a)integer closest to and not greater than a
log(a)log of a base e
max(a,b)the maximum of a and b
min(a,b)the minimum of a and b
pow(a,b)a to the power b
random()pseudorandom number in the range 0 to 1
round(a)integer closest to a
sin(a)sine of a
sqrt(a)square root of a
tan(a)tangent of a
키보드 단축키
EscClear
Alt+EEquals
Alt+D,IDisplay (cycle)
[Alt]+HHistory (previous)
[Alt]+MDecimal mixed display
[Alt]+SDecimal Scientific display
[Alt]+GDecimal Engineering display
[Alt]+BBinary display
[Alt]+OOctal display
[Alt]+XHex display
[Alt]+ALast Answer
[ALT] (액세스 키)이란 무엇입니까?
2025, ⓒ Scientific Calculator, Free Apps