mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 08:47:28 +01:00
13 lines
142 B
C
13 lines
142 B
C
#ifndef LIBA_MATH_H
|
|
#define LIBA_MATH_H
|
|
|
|
#include "private/macros.h"
|
|
|
|
LIBA_BEGIN_DECLS
|
|
|
|
float powf(float x, float y);
|
|
|
|
LIBA_END_DECLS
|
|
|
|
#endif
|