MCPcopy Create free account
hub / github.com/defold/defold / TEST

Function TEST

engine/dlib/src/test/test_math.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18#include "dlib/math.h"
19
20TEST(dmMath, ConstantsDefined)
21{
22 ASSERT_NEAR(0.0f, cosf((float) M_PI_2), 0.0000001f);
23}
24
25TEST(dmMath, MinMax)
26{

Callers

nothing calls this directly

Calls 9

MinFunction · 0.85
LinearBezierFunction · 0.85
QuadraticBezierFunction · 0.85
CubicBezierFunction · 0.85
AbsFunction · 0.85
TestRandFunction · 0.85
MaxFunction · 0.50
ClampFunction · 0.50
SelectFunction · 0.50

Tested by

no test coverage detected