fixed typo in math.h (#305)

This commit is contained in:
Arkadiusz
2023-09-03 19:04:59 +02:00
committed by GitHub
parent 198cd120e4
commit 7c6e533805

View File

@@ -203,7 +203,7 @@ namespace bx
///
BX_CONSTEXPR_FUNC float square(float _a);
/// Returns the cosine of the argument _a.
/// Returns the sine of the argument _a.
///
BX_CONST_FUNC float sin(float _a);