MCPcopy Create free account
hub / github.com/MikeLankamp/fpm / TEST

Function TEST

tests/constants.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3using P = fpm::fixed_16_16;
4
5TEST(constants, e)
6{
7 EXPECT_EQ(P(2.7182818284590452353602874713527), P::e());
8}
9
10TEST(constants, pi)
11{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected