Discussion:
[ast-developers] [RFE] Please allow type postfixes for C constants in ((...))
Tina Harriott
2013-09-22 22:01:32 UTC
Permalink
Request for enhancements: Please allow type postfixes for C constants,
for example:
(( 1.4F )) should be the constant 1.4 as float
(( 1.4 )) should be the constant 1.4 as double, unless the value is
too large for a double, then it should become a long double
(( 1.4L )) should be the constant 1.4 as long double

Tina
--
Tina Harriott - Women in Mathematics
Contact: tina.harriott.math at gmail.com
Loading...