1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2024-12-26 02:29:50 +05:30

opt_int_div.h: explain the comment in macro OPT_INT_DIV_ROUNDING

This commit is contained in:
Intel A80486DX2-66 2024-03-09 16:50:35 +03:00
parent 195e1c177b
commit 9ead68332f
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -15,7 +15,7 @@
// constants
#define OPT_INT_DIV_ROUNDING \
/* 10^OPT_INT_DIV_TEST_PRECISION */ \
/* formula: 10^OPT_INT_DIV_TEST_PRECISION */ \
powl(10.l, (long double) OPT_INT_DIV_TEST_PRECISION)
// helper functions