RosettaCodeData/Task/Literals-Floating-point/00DESCRIPTION

14 lines
445 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
Programming languages have different ways of expressing floating-point literals.
;Task:
Show how floating-point literals can be expressed in your language: decimal or other bases, exponential notation, and any other special features.
2013-04-10 21:29:02 -07:00
You may want to include a regular expression or BNF/ABNF/EBNF defining allowable formats for your language.
2016-12-05 22:15:40 +01:00
;Related tasks:
*   [[Literals/Integer]]
*   [[Extreme floating point values]]
<br><br>