mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 12:42:34 +01:00
Cleanup.
This commit is contained in:
@@ -514,6 +514,10 @@ TEST_CASE("ldexp", "[math][libm]")
|
||||
|
||||
TEST_CASE("exp", "[math][libm]")
|
||||
{
|
||||
STATIC_REQUIRE( 1.0f == bx::exp(-0.0f) );
|
||||
STATIC_REQUIRE( 0.0f == bx::exp(-bx::kFloatInfinity) );
|
||||
STATIC_REQUIRE( 0.0f == bx::exp(bx::log(bx::kFloatSmallest) ) );
|
||||
|
||||
bx::WriterI* writer = bx::getNullOut();
|
||||
bx::Error err;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user