Breaking Changes
- Moved `epsteinZeta.h` to `/include`
Changed
- Renamed `__epsteinZeta` to `epsteinZetaInternal`
- Removed underscores in front of include guards
- Added `[in]`, `[out]` in documentation to indicate whether vectors may be overwritten
- Changed dynamic memory allocation to static memory allocation to improve performance
- Marked constants as `static`
- Marked unchanged vectors as `const` in `tools.h`
Added
- Added regularized Epstein zeta function `epsteinZetaReg`
Fixed
- `egf_gammaStar` works for small `x` and negative `a`