지침
황갈색 줄에 표현식을 입력하고 결과를 계산하려면 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.
To use this app, Please login to the Google Drive and authorize this app or website.
(Note: If your browser block or disable the third-party cookies, this login does not work correctly.)