Skip to content

Commit 851173a

Browse files
authored
Update 751-math-sech.markdown
1 parent f0989d6 commit 851173a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

_build/reference/751-math-sech.markdown

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
> SECH (x)
44
5-
Secant.
5+
Hyperbolic secant.
66

7+
```
8+
a = sech(0.1)
9+
print a
710
11+
b = asech(a)
12+
print b
13+
```

0 commit comments

Comments
 (0)