Skip to content

Commit 6d7b46a

Browse files
Update float.adoc
1 parent 270fecd commit 6d7b46a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Variables/Data Types/float.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ subCategories: [ "Data Types" ]
1717

1818
[float]
1919
=== Description
20-
Datatype for floating-point numbers, a number that has a decimal point. Floating-point numbers are often used to approximate analog and continuous values because they have greater resolution than integers. They are represented using the e-notation, a number is represented by digits, followed by an e or an E, followed by the number of times to multiply it by 10. Floating-point numbers can be as large as 3.4028235E+38 and as low as -3.4028235E+38. They are stored as 32 bits (4 bytes) of information.
20+
Datatype for floating-point numbers, a number that has a decimal point. Floating-point numbers are often used to approximate analog and continuous values because they have greater resolution than integers. Floating-point numbers can be as large as 3.4028235E+38 and as low as -3.4028235E+38. They are stored as 32 bits (4 bytes) of information.
2121

2222

2323
[%hardbreaks]

0 commit comments

Comments
 (0)