-
Key: CPP11-264
-
Legacy Issue Number: 1899
-
Status: closed
-
Source: Anonymous
-
Summary:
Summary: What happens if I do:
Fixed f = "999999.999";
Fixed f2;f2 = f.round(3, 1); // ???
f2 = f.truncate(3, 1); // ???Should these throw DATA_CONVERSION? I think so – if we agree on this,
the spec should state it. -
Reported: CPP 1.0b2 — Mon, 31 Aug 1998 04:00 GMT
-
Disposition: Resolved — CPP 1.0
-
Disposition Summary:
No Data Available
-
Updated: Sun, 8 Mar 2015 15:33 GMT