Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of priustroller by
fastmath.h
- Committer:
- nki
- Date:
- 2015-03-06
- Revision:
- 9:d3b70c15baa9
File content as of revision 9:d3b70c15baa9:
#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
