diff --git a/cc.notes b/cc.notes index 6474a5a..3d74c31 100644 --- a/cc.notes +++ b/cc.notes @@ -964,7 +964,7 @@ double scalbn(double x, int n); float scalbnf(float x, int n); long double scalbnl(long double x, int n); -These functions return x * 2^n, computed efficiently. +These functions return x * FLT_RADIX^n, computed efficiently. In ORCA/C, FLT_RADIX is 2. #include double trunc(double x);