Files
fpp/docs/spec/Expressions/Floating-Point-Literals.adoc
2019-12-03 14:18:22 -08:00

15 lines
196 B
Plaintext

=== Floating-Point Literals
A *floating-point literal expression* is a C-style representation of an
IEEE floating-point number.
**Examples:**
[source,fpp]
----
1e-10
0.001
3.14159
6.02E23
----