X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/49a54f16c613407ada65dee32493f4878d199aa1..3a9405358d42bcde7b9f3853848e65d1bc669ade:/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