• ARTICLE
  • STRING
  • CONVERTER
  • ENCRYPT
  • NETWORK
  • MORE
    CHART
    MATH
    COORDINATE
    IMAGE
    FILE
  • ARTICLE
    STRING
    CONVERTER
    ENCRYPT
    NETWORK
    MORE
    CHART
    MATH
    COORDINATE
    IMAGE
    FILE
logo Online Tools
0 Comments Favorite Copy Link Share

Calculator Online

TAG math-tool

Calculator Online-summary

Online calculator. Enter a mathematical calculation expression and calculate the result of the expression. It supports various functions such as arithmetic functions, trigonometric functions, matrix functions, probability functions, relational functions, and statistical functions. It also supports the calculation of high precision floating - point numbers, large integers, complex numbers, and matrices.

Calculator Online-instructions
  1. The calculation data types of this tool support numbers, large integers, high-precision floating-point numbers, complex numbers, matrices, etc. When performing mathematical calculations, try to use the same data types as much as possible. The specific numerical input methods for data types are as follows:
    1. numbers : 1,-1.95,1.4e3
    2. large integers : bigint('12333333332342342342353453453465345345345')
    3. high-precision floating-point numbers : bignumber(0.00000000000000000000000000000000000000123456789)
    4. complex numbers : 2 + 3i, 4 - i
    5. matrices : [[[1, 2], [3, 4]], [[5, 6], [7, 8]]]
  2. This tool supports changing the calculation priority using () in mathematics. Does not support changing the calculation priority of [] and {} in mathematics. [] represents matrices in this tool, {} represents objects in this tool.
  3. The operators, priorities, functions, and constants supported by this tool Reference Documentation.
  4. Tips: The default unit for input values of trigonometric functions in this tool is radians. If the numerical unit you entered is degrees, you need to set the unit to degrees.