Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vaibhavmojidra/java---demo-primitive-data-type-float

The float data type is a single-precision 32-bit IEEE 754 floating point.Its value range is unlimited. It is recommended to use a float (instead of double) if you need to save memory in large arrays of floating point numbers. The double data type is a double-precision 64-bit IEEE 754 floating point. Its value range is unlimited.
https://github.com/vaibhavmojidra/java---demo-primitive-data-type-float

data-types double float java mojidra vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 6 days ago
JSON representation

The float data type is a single-precision 32-bit IEEE 754 floating point.Its value range is unlimited. It is recommended to use a float (instead of double) if you need to save memory in large arrays of floating point numbers. The double data type is a double-precision 64-bit IEEE 754 floating point. Its value range is unlimited.

Awesome Lists containing this project

README

        

# Java Demo Primitive Data Type Float

[![Vaibhav Mojidra - primitive-data-types.png](https://raw.githubusercontent.com/VaibhavMojidra/Java---Demo-Primitive-Data-Type-Float/master/output/primitive-data-types.png "Vaibhav Mojidra")](https://vaibhavmojidra.github.io/site/)

---

#### Output

[![Vaibhav Mojidra - output.png](https://raw.githubusercontent.com/VaibhavMojidra/Java---Demo-Primitive-Data-Type-Float/master/output/output.png "Vaibhav Mojidra")](https://vaibhavmojidra.github.io/site/)