Skip to content

g3rwy/sinapprox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sin/Cos approximation

A quick approximation of sin and cos

Build

The real code is only in poor_sin.h, but if you want to try and compile it you can use cmake for that. Try

mkdir build
cd build
cmake ..
make

If you want to compile a gui test and have raylib installed then add -DRAYLIB=ON to cmake
and it should build it, you can then run the sinapprox binary

About

a quick approximation of sin and cos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published