SoftFloat: added sin, cos and docs (#9329) * softfloat: comparison operators made inline, min() max() eps() isSubnormal() added * softfloat: get/set sign/exp * softfloat: get/set frac * softfloat: tests rewritten with new tools * softfloat: added pi(), sin(), cos() * softfloat: more comments * softfloat: updated sincos arg reduction * softfloat: initial tests for sincos added * softfloat: test works, code cleanup is pending * softfloat: sincos argreduce rewritten * softfloat: sincos refactored and simplified * softfloat sincos: epsilons calibrated * softfloat: junk code removed from tests * softfloat: docs added * inline comparisons undone; warning fixed |
||
|---|---|---|
| .github | ||
| 3rdparty | ||
| apps | ||
| cmake | ||
| data | ||
| doc | ||
| include | ||
| modules | ||
| platforms | ||
| samples | ||
| .gitattributes | ||
| .gitignore | ||
| .tgitconfig | ||
| CMakeLists.txt | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| README.md | ||
OpenCV: Open Source Computer Vision Library
Resources
- Homepage: http://opencv.org
- Docs: http://docs.opencv.org/master/
- Q&A forum: http://answers.opencv.org
- Issue tracking: https://github.com/opencv/opencv/issues
Contributing
Please read before starting work on a pull request: https://github.com/opencv/opencv/wiki/How_to_contribute
Summary of guidelines:
- One pull request per issue;
- Choose the right base branch;
- Include tests and documentation;
- Clean up "oops" commits before submitting;
- Follow the coding style guide.