Fixed mathematical notation (#20486)

The operation was written as _axb_, but in mathematics, it would describe the polynomial a * x * b, so I substituted the x for a *.
La operación estaba escrita como _axb_, pero en matemáticas eso representa al polinomio a * x * b, así que he substituido x por un *.
This commit is contained in:
Olsyx
2018-10-22 18:12:15 +02:00
committed by Tracey Bushman
parent 3e6feb7a38
commit c53c492a8a

View File

@ -6,11 +6,11 @@ localeTitle: Área de un rectángulo
El área de un rectángulo se puede calcular multiplicando las longitudes de los dos lados perpendiculares entre sí.
`Area = axb`
`Area = a * b`
**Por ejemplo** Para un rectángulo donde _a = 3_ y _b = 4_
`Area = axb = 3 x 4 = 12`
`Area = a * b = 3 x 4 = 12`
#### Más información: