mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-09-19 09:32:03 +08:00
* refactor: clean to roadmap content * refactor: move shared helpers into scripts/lib
668 B
668 B
Floats
Floats represent real numbers with fractional parts in Ruby. They are used to store numerical values that require more precision than integers can provide. Floats are typically represented using a decimal point or in scientific notation.
Visit the following resources to learn more: