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