File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -57,18 +57,18 @@ the function is then applied to the result of the conversion.
5757:func: `acos(z) <acos> ` Return the arc cosine of *z *
5858:func: `asin(z) <asin> ` Return the arc sine of *z *
5959:func: `atan(z) <atan> ` Return the arc tangent of *z *
60- :func: `cos(z) <cos> ` Return the cosine of *z *.
61- :func: `sin(z) <sin> ` Return the sine of *z *.
62- :func: `tan(z) <tan> ` Return the tangent of *z *.
60+ :func: `cos(z) <cos> ` Return the cosine of *z *
61+ :func: `sin(z) <sin> ` Return the sine of *z *
62+ :func: `tan(z) <tan> ` Return the tangent of *z *
6363
6464**Hyperbolic functions **
6565--------------------------------------------------------------------------------------------------
6666:func: `acosh(z) <acosh> ` Return the inverse hyperbolic cosine of *z *
6767:func: `asinh(z) <asinh> ` Return the inverse hyperbolic sine of *z *
6868:func: `atanh(z) <atanh> ` Return the inverse hyperbolic tangent of *z *
6969:func: `cosh(z) <cosh> ` Return the hyperbolic cosine of *z *
70- :func: `sinh(z) <sinh> ` Return the hyperbolic sine of *z *.
71- :func: `tanh(z) <tanh> ` Return the hyperbolic tangent of *z *.
70+ :func: `sinh(z) <sinh> ` Return the hyperbolic sine of *z *
71+ :func: `tanh(z) <tanh> ` Return the hyperbolic tangent of *z *
7272
7373**Classification functions **
7474--------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments