Tool to make symbolic computations. A formal calculator to make exact scientific calculations, with parenthesis, variables, etc.
Calculator - dCode
Tag(s) : Mathematics, Symbolic Computation
dCode is free and its tools are a valuable help in games, puzzles and problems to solve every day!
You have a problem, an idea for a project, a specific need and dCode can not (yet) help you? You need custom development? Contact-me!
Sponsored ads
This script has been updated, please report any problems.
Tool to make symbolic computations. A formal calculator to make exact scientific calculations, with parenthesis, variables, etc.
dCode brings you a formal calculator which authorizes all calculations and answer an exact result (non-approximate) with the most simplification possible.
Example: $$ x^2-(x-1)(x+2)+2x = x+2 $$
Example: $$ x+1+x-2 = 2x-1 $$
dCode gives also an equation solver, derivatives, primitives, etc.
Function allowed (parenthesis are compulsory) are
sqrt() or √() | square root |
---|---|
exp() | exponential |
log() or ln() | natural logarithm (base e) |
log2() | logarithm (base 2) |
log10() | logarithm (base 10) |
cos() | cosine |
sin() | sine |
tan() or tg() | tangent |
arcsin() or asin() | arc sine |
arccos() or acos() | arc cosine |
arctan() or atan() | arc tangent |
csc() | cosecant |
sec() | secant |
cot() | cotangent |
arccsc() or ascs() | arc cosecant |
arcsec() or asec() | arc secant |
arccot() or acot() | arc-cotangent |
cosh() | hyperbolic cosine |
sinh() | hyperbolic sine |
tanh() or tgh() | hyperbolic tangent |
arcsinh() or asinh() | hyperbolic arc sine |
arccosh() or acosh() | hyperbolic arc cosine |
arctanh() or atanh() | hyperbolic arc tangent |
csch() | hyperbolic cosecant |
sech() | hyperbolic secant |
coth() | hyperbolic cotangent |
arccsch() or ascsh() | hyperbolic arc cosecant |
arcsech() or asech() | hyperbolic arc secant |
arccoth() or acoth() | hyperbolic arc cotangent |
abs() | absolute value |
sign() | function sign |
arg() | argument |
im() | imaginary part |
re() | real part |
ii (double i) | i (imaginary unit) |
dCode retains ownership of the source code of the script Calculator online. Except explicit open source licence (indicated Creative Commons / free), any algorithm, applet, snippet, software (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, translator), or any function (convert, solve, decrypt, encrypt, decipher, cipher, decode, code, translate) written in any informatic langauge (PHP, Java, C#, Python, Javascript, Matlab, etc.) which dCode owns rights will not be given for free. So if you need to download the online Calculator script for offline use, check contact page !