Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:perl6/book
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpilot committed Dec 18, 2009
2 parents 680b5b8 + d5d9a2e commit a6ee18a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/builtins.pod
Expand Up @@ -92,7 +92,7 @@ you can write both C<(-5).abs> and C<abs(-5)>.
ceil rounding up to an integer
floor rounding down to an integer
round rounding to next integer
sign -1 for negative, 0 for 0, 1 for postive values
sign -1 for negative, 0 for 0, 1 for positive values

The trigonometric functions C<sin, cos, tan, asin, acos, atan, sec, cosec,
cotan, asec, acosec, acotan, sinh, cosh, tanh, asinh, acosh, atanh, sech,
Expand Down
2 changes: 1 addition & 1 deletion src/preface.pod
Expand Up @@ -52,7 +52,7 @@ the restriction of backward compatibility with Perl 5.
Some might ask, "Why call it Perl if it's a different language?" Perl is
more than just the vagaries of syntax. Perl is philosophy (there's more
than one way to do it; easy things easy, hard things possible); Perl is
custom (unit testing); Perl is architectual edifice (Comprehensive Perl
custom (unit testing); Perl is architectural edifice (Comprehensive Perl
Archive Network); Perl is community (perl5porters, perl6-language).
These are things that both Perl 5 and Perl 6 will share to varying
degrees. Also, due to Perl's habit of stealing good ideas, Perl 5 and
Expand Down

0 comments on commit a6ee18a

Please sign in to comment.