This commit is contained in:
Branimir Karadžić
2018-01-27 21:43:19 -08:00
parent e46bb18f76
commit f6700ae5c0
2 changed files with 5 additions and 2 deletions

View File

@@ -146,6 +146,9 @@ namespace bx
///
float ldexp(float _a, int32_t _b);
///
float frexp(float _a, int32_t* _outExp);
/// Returns e (2.71828...) raised to the _a power.
float exp(float _a);