diff --git a/examples/c/fixed_point/fixed_point_tests.c b/examples/c/fixed_point/fixed_point_tests.c index cc0450e..f823a87 100644 --- a/examples/c/fixed_point/fixed_point_tests.c +++ b/examples/c/fixed_point/fixed_point_tests.c @@ -15,6 +15,10 @@ #include #include +/// Want to check some of these values for yourself? +/// Verify them with this page: +/// https://www.rfwireless-world.com/calculators/floating-vs-fixed-point-converter.html + static void double_to_fixed16_test(__attribute__((unused)) void** state) { fixed_point_t output_round = double_to_fixed_round(11.5);