floating points in java

Publicado el: 07 octubre 2022
en el canal de: Gua Java
14
1

what is datatype?
Defines what type of data your variable will hold. Means depending upon the type of data, datatype is associated with the variable.

Example:
If you want to store whether user is login or not, use Boolean.

In this video we will discuss floating points in detail which are as follow.
floating points:
float
double

float datatype?
These are the numbers that have decimal point i.e., fraction.
E.g., 2/4 is equal 0.5
its width is 32 bits and approximate range is 1.4e-045 to 3.4e+038.
its precision is almost six digits.

Double datatype?
These are also the numbers that have decimal point i.e., fraction.
E.g., 2/4 is equal 0.5
its width is 64 bits and approximate range is 4.9e-342 to 1.8e+308.
its precision is almost 15 digits.


En esta página del sitio puede ver el video en línea floating points in java de Duración hora minuto segunda en buena calidad , que subió el usuario Gua Java 07 octubre 2022, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 14 veces y le gustó 1 a los espectadores. Disfruta viendo!