Welcome to my Website!
- 1) Operaciones unitarias (con un solo operando):
- 1.1) x^2 (número elevado al cuadrado)
- 1.2) 1/x (inverso del número)
- 1.3) sqrt(x) (raiz cuadrada del número)
- 1.4) parte_entera(x) (parte entera de x: si x es positivo devuelve Math.floor(x) y si es negativo devuelve -Math.ceil(x))
- 2) Operaciones binarias (con dos operandos):
- 2.1) +. -. *, / (suma, resta, multiplicación y división)
- 2.2) x^y (x elevado a y)
This is a paragraph! Here's how you make a link: Neocities.
Here's how you can make bold and italic text.
Here's how you can add an image:
Here's how to make a list:
- First thing
- Second thing
- Third thing
To learn more HTML/CSS, check out these tutorials!