mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
fixed typo in math.h (#305)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user