pref: 换用卡马克的快速开方求倒函数
虽然用的地方不是很多()
This commit is contained in:
@@ -27,5 +27,6 @@
|
||||
int32_t limit(int32_t x, int32_t low, int32_t up);
|
||||
int clip(int x, int low, int up);
|
||||
float fclip(float x, float low, float up);
|
||||
float Q_sqrt(float number);
|
||||
|
||||
#endif /* COMMON_H_ */
|
||||
Reference in New Issue
Block a user