Skip to content

Instantly share code, notes, and snippets.

View autotel's full-sized avatar

Joaquín Aldunate autotel

View GitHub Profile
@wrl
wrl / sine_lut.c
Created April 1, 2014 12:42
sine lookup table
/**
* lut.c: quadrature-optimized sine lookup table
* written in 2014 by william light <wrl@illest.net>
*
* This is free and unencumbered software released into the public domain.
*
* Anyone is free to copy, modify, publish, use, compile, sell, or
* distribute this software, either in source code form or as a compiled
* binary, for any purpose, commercial or non-commercial, and by any
* means.