Skip to content

Commit fc33b63

Browse files
authored
Update 708-math-acosh.markdown
1 parent 9ed0978 commit fc33b63

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# ACOSH
22

3-
> ACOSH (x)
3+
> f = ACOSH (x)
44
5-
Inverse hyperbolic cosine
5+
Inverse 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

0 commit comments

Comments
 (0)