| [ Web Proxy ] |
| Viewing: https://riptutorial.com/java/topic/6167/java-floating-point-operations | [Back] [Original] |
[logo rip]
Floating-point numbers are numbers that have fractional parts (usually expressed with a decimal point). In Java, there is two primitive types for floating-point numbers which are float (uses 4 bytes), and double (uses 8 bytes). This documentation page is for detailing with examples operations that can be done on floating points in Java.
| Web Proxy Viewer | New URL | Original Page |