Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
using P = fpm::fixed_16_16;
4
5
TEST(constants, e)
6
{
7
EXPECT_EQ(P(2.7182818284590452353602874713527), P::e());
8
}
9
10
TEST(constants, pi)
11
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected