Skip to content

Commit 89b3ca0

Browse files
authored
Update 750-math-sec.markdown
1 parent a155d35 commit 89b3ca0

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,13 +1,15 @@
11
# SEC
22

3-
> SEC (x)
3+
> f = SEC (x)
44
5-
Secant.
5+
Secant of `x`.
6+
7+
### Example
68

79
```
810
a = sec(0.1)
9-
print a
11+
print a ' Output: 1.00502
1012
1113
b = asec(a)
12-
print b
14+
print b ' Output: 0.1
1315
```

0 commit comments

Comments
 (0)