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