更新时间:2021-08-13 15:24:33
封面
Title Page
Copyright and Credits
The Modern C# Challenge
Dedication
Packt Upsell
Why subscribe?
Packt.com
Contributors
About the author
About the reviewer
Packt is searching for authors like you
Preface
Who this book is for
What this book covers
To get the most out of this book
Download the example code files
Download the color images
Conventions used
Get in touch
Reviews
Mathematics
Problems
1. Statistical functions
2. Permutations
3. Combinations
4. Factorials
5. Fibonacci numbers
6. Binomial coefficients
7. Pascal's triangle
8. Greatest common divisors
9. Least common multiples
10. Sums of multiples
11. Primality testing
12. Prime table
13. Prime factors
14. Unique prime factors
15. Prime tuples
16. Proper divisors
17. Amicable numbers
18. Perfect numbers
19. Armstrong numbers
Solutions
Geometry
20. Monte Carlo π
21. Newton's π
22. Bisection root-finding
23. Newton's method
24. Gaussian elimination
25. Monte Carlo integration
26. Rectangle rule integration
27. Trapezoid rule integration
28. Arrowheads
29. Line-line intersection
30. Point-line distance
31. Point-segment distance
32. Segment-segment distance
33. Circle selection
34. Line-circle intersection
35. Circle-circle intersection
36. Circle-line tangents
37. Polygon area
38. Point in a polygon
39. Convexity testing
40. Stars