Currently I implemented following functions & algorithms:
- Automatic differentiation with dual numbers
- BBP Type Formula
- Brent-Salamin Formula
- Composite Simpson & Double Simpson
- /dev/random Generator
- Discrete Fourier Transform
- Fixed Point Iteration
- Golden Section Search
- Jarque–Bera test
- Lagrange Interpolation
- Linear Congruent Generator
- Metropolis-Hastings Algorithm
- Monte-Carlo Integration
- Pollard Rho Algorithm
- Runge-Kutta 4th Order (RK4)
- Uniform & Normal Random Number Generators
You can find examples in examples/
folder.
You can find the documentation at https://mrtkp9993.github.io/Cpp-Examples/.