Skip to content

Instantly share code, notes, and snippets.

@Bystroushaak
Created May 31, 2011 21:43
Show Gist options
  • Save Bystroushaak/1001348 to your computer and use it in GitHub Desktop.
Save Bystroushaak/1001348 to your computer and use it in GitHub Desktop.
renamed fm_sinus to fm_sin
#ifndef _FMATH_H
#define _FMATH_H
long int fm_pow(int, int);
float fm_powf(float, int);
long int fm_fact(int);
float fm_sin(float);
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment