aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/math/constant.h
blob: 45577e76a264f5c02b4013146551bc6bfcea0534 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __JE_MATH_CONSTANT_H__
#define __JE_MATH_CONSTANT_H__

#define PI 3.1415926f

// int16 Χ
#define INT16_RANGE_LEFT -32768 
#define INT16_RANGE_RIGHT 32767

#endif