From: Jarkko Hietaniemi Date: Wed, 11 Apr 2001 19:51:47 +0000 (+0000) Subject: Slight update on the Todo list. (Should integrate to Todo?) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=08f6300ee53c30dd46bb46d4f35203ecd0b1ce19;p=p5sagit%2Fp5-mst-13.2.git Slight update on the Todo list. (Should integrate to Todo?) p4raw-id: //depot/perl@9687 --- diff --git a/Todo-5.6 b/Todo-5.6 index 4d68660..3fe1111 100644 --- a/Todo-5.6 +++ b/Todo-5.6 @@ -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(), - , (there are metaconfig units for all these), + fp_class_d(), class(), isinf(), isfinite(), finite(), isnormal(), + unordered(), + , (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,