Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #78 from heikojansen/patch-1
Update Cool.pod to fix minor inconsistencies
  • Loading branch information
moritz committed Apr 28, 2015
2 parents 148b048 + c24d79c commit 82bdd79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Type/Cool.pod
Expand Up @@ -211,7 +211,7 @@ radians.
=head2 routine tan
method tan()
sub acos(Numeric(Cool))
sub tan(Numeric(Cool))
Coerces the invocant (or in sub form, the argument) to L<Numeric|/type/Numeric>, interprets it as radians,
returns its L<tangens|https://en.wikipedia.org/wiki/Tangent>.
Expand Down Expand Up @@ -274,7 +274,7 @@ radians.
=head2 routine cotan
method cotan()
sub cotangens(Numeric(Cool))
sub cotan(Numeric(Cool))
Coerces the invocant (or in sub form, its argument) to L<Numeric|/type/Numeric>, interprets it as radians,
returns its L<cotangens|https://en.wikipedia.org/wiki/Trigonometric_functions#Reciprocal_functions>,
Expand Down

0 comments on commit 82bdd79

Please sign in to comment.