Skip to content

Commit c948f1d

Browse files
authored
Update 723-math-cosh.markdown
1 parent bc63558 commit c948f1d

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

_build/reference/723-math-cosh.markdown

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# COSH
22

3-
> COSH (x)
3+
> f = COSH (x)
44
5-
Hyperbolic cosine
5+
Hyperbolic cosine of `x`.
6+
7+
### Example
68

79
```
810
a = cosh(pi)
9-
print a
11+
print a ' Output: 11.59195327552152
1012
1113
b = acosh(a)
12-
print b
14+
print b ' Output: 3.14159265358979
1315
```
1416

1517

0 commit comments

Comments
 (0)