fix: remove stub information from a guide article (#34915)

This commit is contained in:
Huyen Nguyen
2019-03-06 02:17:40 +07:00
committed by The Coding Aviator
parent c816a88d3b
commit 44445fec72

View File

@ -3,11 +3,6 @@ title: Exponents Basic Rules
---
## Exponents Basic Rules
This is a stub. <a href='https://github.com/freecodecamp/guides/tree/master/src/pages/mathematics/exponents-basic-rules/index.md' target='_blank' rel='nofollow'>Help our community expand it</a>.
<a href='https://github.com/freecodecamp/guides/blob/master/README.md' target='_blank' rel='nofollow'>This quick style guide will help ensure your pull request gets accepted</a>.
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
### Rules of Exponents
The nine laws for exponents are:
- x<sup>1</sup> = x
@ -21,11 +16,8 @@ The nine laws for exponents are:
## 0<sup>0</sup> = ?
0<sup>0</sup> has no correct answear but is generally taken as 1. More information about it can be found [here](https://en.wikipedia.org/wiki/Zero_to_the_power_of_zero)
0<sup>0</sup> has no correct answear but is generally taken as 1. More information about it can be found [here](https://en.wikipedia.org/wiki/Zero_to_the_power_of_zero).
#### More Information:
- https://www.mathsisfun.com/algebra/exponent-laws.html
- https://en.wikipedia.org/wiki/Zero_to_the_power_of_zero
<!-- Please add any articles you think might be helpful to read before writing the article -->