OPERADORES / OPERATORS
| [+]: | Adición/Adition. |
sin(x): | Seno / Sine. |
| [-]: | Sustracción/Subtraction. |
cos(x): | Coseno / Cosine. |
| [*]: | Multiplicación/Multiplication. |
tan(x): | Tangente / Tangent. |
| [/]: | División/Division. |
asin(x): | Inversa/Inverse sin(x). |
| [**]: | Exponencial/Exponential. ([^]) |
acos(x): | Inversa/Inverse cos(x). |
| [PI]: | Número pi/Number pi. |
atan(x): | Inversa/Inverse tan(x). |
| [E]: | Constante Euler/Euler's constant. |
sqrt(x): | Raíz cuadrada/Square root. |
| log(x): | Logaritmo natural/Natural logarithm. |
exp(x): | Inversa/Inverse log(x). |