diff options
Diffstat (limited to 'html/encyclopedia/mathematics.html')
-rw-r--r-- | html/encyclopedia/mathematics.html | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/html/encyclopedia/mathematics.html b/html/encyclopedia/mathematics.html index 1a48d55..2e079a5 100644 --- a/html/encyclopedia/mathematics.html +++ b/html/encyclopedia/mathematics.html @@ -109,8 +109,8 @@ <p class="math">\(arcsec = sec ^ {-1}\)</p> <p class="math">\(arccsc = csc ^ {-1}\)</p> <br /> - <p class="math">\(deg(rad) = \frac{\pi x}{180}\)</p> - <p class="math">\(rad(deg) = \frac{180x}{\pi}\)</p> + <p class="math">\(deg(rad) = \frac{rad \cdot \pi}{180}\)</p> + <p class="math">\(rad(deg) = \frac{deg \cdot 180}{\pi}\)</p> <br /> <p class="math">\(vinkelsum(x) = \pi(x - 2)\)</p> <p class="math">\(vinkelsum(3) = \pi(3 - 2) = \pi\)</p> @@ -180,13 +180,12 @@ <td class="math">\(\phi\)</td> </tr> </table> - <br /> - <p class="math">\(\sqrt[2]{2} \approx \frac{1 414 213 562}{10 ^ 9}\)</p> - <p class="math">\(\sqrt[2]{3} \approx \frac{1 732 050 808}{10 ^ 9}\)</p> - <p class="math">\(e = \sum_{n = 0} ^ \infty \frac{1}{n!} \approx \frac{2 718 281 828}{10 ^ 9}\)</p> + <p class="math">\(\sqrt[2]{2} \approx \frac{1\ 414\ 213\ 562}{10 ^ 9}\)</p> + <p class="math">\(\sqrt[2]{3} \approx \frac{1\ 732\ 050\ 808}{10 ^ 9}\)</p> + <p class="math">\(e = \sum_{n = 0} ^ \infty \frac{1}{n!} \approx \frac{2\ 718\ 281\ 828}{10 ^ 9}\)</p> <p class="math">\(i = \sqrt[2]{-1}\)</p> - <p class="math">\(\pi \approx \frac{3 141 592 654}{10 ^ 9}\)</p> - <p class="math">\(\phi = \frac{1 + \sqrt[2]{5}}{2} \approx \frac{1 618 033 989}{10 ^ 9}\)</p> + <p class="math">\(\pi \approx \frac{3\ 141\ 592\ 654}{10 ^ 9}\)</p> + <p class="math">\(\phi = \frac{1 + \sqrt[2]{5}}{2} \approx \frac{1\ 618\ 033\ 989}{10 ^ 9}\)</p> </div> </div> <!--#include virtual="/include/pgftr.shtml"--> |