mirror of
https://github.com/davrot/pytutorial.git
synced 2025-06-07 16:00:02 +02:00
Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
f52cffa6a1
commit
521c2e156b
1 changed files with 8 additions and 1 deletions
|
@ -23,7 +23,14 @@
|
||||||
|
|
||||||
## [Hyperbolic functions](https://numpy.org/doc/stable/reference/routines.math.html#hyperbolic-functions)
|
## [Hyperbolic functions](https://numpy.org/doc/stable/reference/routines.math.html#hyperbolic-functions)
|
||||||
|
|
||||||
[here](https://numpy.org/doc/stable/reference/routines.math.html#hyperbolic-functions)
|
|||
|
||||||
|
|---|---|
|
||||||
|
|sinh(x, /[, out, where, casting, order, ...]) |Hyperbolic sine, element-wise.|
|
||||||
|
|cosh(x, /[, out, where, casting, order, ...]) |Hyperbolic cosine, element-wise.|
|
||||||
|
|tanh(x, /[, out, where, casting, order, ...]) |Compute hyperbolic tangent element-wise.|
|
||||||
|
|arcsinh(x, /[, out, where, casting, order, ...]) |Inverse hyperbolic sine element-wise.|
|
||||||
|
|arccosh(x, /[, out, where, casting, order, ...]) |Inverse hyperbolic cosine, element-wise.|
|
||||||
|
|arctanh(x, /[, out, where, casting, order, ...]) |Inverse hyperbolic tangent element-wise.|
|
||||||
|
|
||||||
## [Rounding](https://numpy.org/doc/stable/reference/routines.math.html#rounding)
|
## [Rounding](https://numpy.org/doc/stable/reference/routines.math.html#rounding)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue