Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
mention distance formula in Absolute value of cplx. numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
agentydragon committed Dec 28, 2011
1 parent ae27392 commit 1cda12b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion exercises/absolute_value_of_complex_numbers.html
Expand Up @@ -23,7 +23,8 @@
<div class="hints">
<p>
The absolute value of any number is its distance from zero.
Absolute values of complex numbers can be determined using the Pythagorean theorem.
As complex numbers can be visualized as points on the complex plane, absolute values
of complex numbers can be determined using the distance formula.
</p>
<div class="graphie">
graphInit({
Expand Down

0 comments on commit 1cda12b

Please sign in to comment.