Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 264 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 264 Bytes

Overview

This project calculates sine through various different methods and compares them against std::sin. It will measure both performance and accuracy.

This was created for a high-level look into different implementations and is not a rigorous experiment.