forked from china-testing/python-api-tesing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
27 lines (23 loc) · 1019 Bytes
/
README
File metadata and controls
27 lines (23 loc) · 1019 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
NumPy Beginner's Guide
Chapter 7 Peeking into special functions
Execute the Python example scripts of this chapter
with
python <name script>
bessel0.py Demonstrates the i0 function.
extracted.py Demonstrates the extract function.
futurevalue.py Demonstrates the fv function.
interestrate.py Demonstrates the rate function.
internalratereturn.py Demonstrates the irr function.
lex.py Demonstrates the lexsort function.
netpresentvalue.py Demonstrates npv function.
numberpayments.py Demonstrates the nper function.
payment.py Demonstrates the pmt function.
plot_bartlett.py Demonstrates the bartlett function.
plot_blackman.py Demonstrates the blackman function.
plot_hamming.py Demonstrates the hamming function.
plot_kaiser.py Demonstrates the kaiser function.
plot_sinc.py Demonstrates the sinc function.
presentvalue.py Demonstrates the pv function.
sinc2d.py Demonstrates the sinc function in 2D.
sortcomplex.py Demonstrates the sort_complex function.
sortedsearch.py Demonstrates the searchsorted function.