Bayley Wang
/
priustroller
Prius IPM controller
Fork of analoghalls5_5 by
util/fastmath.h
- Committer:
- bwang
- Date:
- 2015-03-16
- Revision:
- 35:83cf9564bd0c
- Parent:
- 11:dccbaa9274c5
File content as of revision 35:83cf9564bd0c:
#ifndef __FASTMATH_H #define __FASTMATH_H #include "includes.h" #include "lut.h" namespace FastMath { float FastSin(float theta); float FastCos(float theta); float FastSin01(float theta); float FastCos01(float theta); }; #endif