We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f3c96 commit b75421dCopy full SHA for b75421d
doc/Type/Cool.pod6
@@ -381,7 +381,7 @@ Defined as:
381
382
Coerces the invocant (or in method form, its argument) to
383
L<Numeric|/type/Numeric>, and returns its
384
- L<Sine hyperbolicus|https://en.wikipedia.org/wiki/Hyperbolic_function>.
+L<Sine hyperbolicus|https://en.wikipedia.org/wiki/Hyperbolic_function>.
385
386
say 1.sinh; # OUTPUT: «1.1752011936438»
387
say sinh(1); # OUTPUT: «1.1752011936438»
0 commit comments