Skip to content

Commit

Permalink
Update Cool.pod to fix minor inconsistencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Heiko Jansen committed Apr 28, 2015
1 parent 148b048 commit c24d79c
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 c24d79c

Please sign in to comment.