X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/8e9db35f299d8f606ba003d3cd8fa9e2c868c880..2d8c3ec4828a9a6502a3b81334e1b50294d26fcc:/csrc/pf_float.h diff --git a/csrc/pf_float.h b/csrc/pf_float.h index 1e4439e..4a7f4b6 100644 --- a/csrc/pf_float.h +++ b/csrc/pf_float.h @@ -39,5 +39,6 @@ typedef double PF_FLOAT; #define fp_sqrt sqrt #define fp_tan tan #define fp_tanh tanh +#define fp_round round #endif