Skip to content

Commit

Permalink
[builtins] Nan is spelled NaN
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed May 15, 2010
1 parent 6418b41 commit 71cb8c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/builtins.pod
Expand Up @@ -79,8 +79,8 @@ X<Complex>
X<types; Complex>

C<Complex> is the complex number type. Complex numbers have two parts to them:
a real part and in imaginary part. If either part is C<Nan>, then the entire
number may possibly be C<Nan>.
a real part and in imaginary part. If either part is C<NaN>, then the entire
number may possibly be C<NaN>.

Numbers in the form C<a + bi> are of type C<Complex>.

Expand Down

0 comments on commit 71cb8c0

Please sign in to comment.