MRobot/User/component/user_math.c
2025-04-27 15:17:02 +08:00

8 lines
81 B
C

/*
自定义的数学运算。
*/
#include "user_math.h"
#include <stdint.h>