mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 02:16:28 +02:00
25 lines
519 B
Text
25 lines
519 B
Text
## Summary
|
|
|
|
<!-- For example...
|
|
The existing implementation has poor numerical properties for
|
|
large arguments, so use the McGillicutty algorithm to improve
|
|
accuracy above 1e10.
|
|
|
|
The algorithm is described at https://wikipedia.org/wiki/McGillicutty_Algorithm
|
|
-->
|
|
|
|
## Related issues
|
|
|
|
<!-- For example...
|
|
Fixes #159
|
|
-->
|
|
|
|
|
|
## Checklist
|
|
|
|
- [ ] reference any related issues
|
|
- [ ] updated docs
|
|
- [ ] updated unit tests
|
|
- [ ] updated UPGRADING.md
|
|
- [ ] add appropriate tag (`improvement` / `bug` / etc)
|
|
- [ ] ready for review
|