Skip to content

Commit 3592329

Browse files
authored
Update 751-math-sech.markdown
1 parent 89b3ca0 commit 3592329

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# SECH
22

3-
> SECH (x)
3+
> f = SECH (x)
44
5-
Hyperbolic secant.
5+
Hyperbolic secant of `x`.
66

77
```
88
a = sech(0.1)
9-
print a
9+
print a ' Output: 0.99502074895323
1010
1111
b = asech(a)
12-
print b
12+
print b ' Output: 0.1
1313
```

0 commit comments

Comments
 (0)