Add files via upload
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* @file math_utils.h
|
||||
* @brief 数学计算工具函数头文件
|
||||
* @note 包含数学计算相关函数声明
|
||||
*/
|
||||
|
||||
#ifndef MATH_UTILS_H
|
||||
#define MATH_UTILS_H
|
||||
|
||||
// 数学计算函数
|
||||
float calculateAverage(float scores[], int count); // 计算平均值
|
||||
|
||||
#endif // MATH_UTILS_H
|
||||
Reference in New Issue
Block a user