Basic - Real numbers
Types for storing real numbers.Basic
Other pieces of example codes:Dim x As single= 3.14159265359
Dim x As double= 3.14159265359
You can find it in the following collections: numbers | data types
Real numbers in another programming language: