diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-11 19:51:47 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-11 19:51:47 +0000 |
commit | 08f6300ee53c30dd46bb46d4f35203ecd0b1ce19 (patch) | |
tree | 5c55ed60e48b1f9f6ddde37bb985ff85fa4a903e | |
parent | 64b9952718c70e7b464c05a106b504b63f157e6e (diff) | |
download | perl-08f6300ee53c30dd46bb46d4f35203ecd0b1ce19.tar.gz |
Slight update on the Todo list. (Should integrate to Todo?)
p4raw-id: //depot/perl@9687
-rw-r--r-- | Todo-5.6 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -144,8 +144,10 @@ Miscellaneous the units exist) floating point handling: nans, infinities, fp exception masks, etc. At least the following interfaces exist: fp_classify(), fp_class(), - class(), isinf(), isfinite(), finite(), isnormal(), unordered(), - <ieeefp.h>, <fp_class.h> (there are metaconfig units for all these), + fp_class_d(), class(), isinf(), isfinite(), finite(), isnormal(), + unordered(), + <ieeefp.h>, <fp_class.h> (there are metaconfig units for all these) + (I think), fp_setmask(), fp_getmask(), fp_setround(), fp_getround() (no metaconfig units yet for these). Don't forget finitel(), fp_classl(), fp_class_l(), (yes, both do, |