computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
628 B
7 lines
628 B
# Floating Point Numbers |
|
|
|
Floating point numbers are numbers that have a decimal point in them. They are used to represent real numbers. For example, 3.14 is a floating point number. 3 is not a floating point number because it does not have a decimal point in it. |
|
|
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
|
<BadgeLink colorScheme='red' badgeText='Watch' href='https://www.youtube.com/watch?v=ji3SfClm8TU'>Representation of Floating Point Numbers - 1</BadgeLink> |
|
<BadgeLink colorScheme='red' badgeText='Watch' href='https://www.youtube.com/watch?v=RIiq4tTt6rI'>Why 0.1 + 0.2 != 0.3? | Floating Point Math</BadgeLink>
|
|
|