|
|
TEST_ASSERT_EQUAL_STRING("159.3659", postProcess({ 0.9, 4.8, 9.0, 3.0, 6.0, 5.0}, { 9.6},
|
|
TEST_ASSERT_EQUAL_STRING("159.3659", postProcess({ 0.9, 4.8, 9.0, 3.0, 6.0, 5.0}, { 9.6},
|
|
|
std::vector<float> digits = {4.0, 1.0, 1.8}; // wrong result: 412.3983
|
|
std::vector<float> digits = {4.0, 1.0, 1.8}; // wrong result: 412.3983
|