Numeric Values Representation in Java: Difference between revisions
Jump to navigation
Jump to search
(→TODO) |
|||
Line 3: | Line 3: | ||
* [[Java#Numeric_Values_Representation_in_Java|Java]] | * [[Java#Numeric_Values_Representation_in_Java|Java]] | ||
* [[Java_Language#Primitive_Types|Java Language - Primitive Types]] | * [[Java_Language#Primitive_Types|Java Language - Primitive Types]] | ||
=Overview= | |||
=Primitive Types= | |||
==Integral Primitive Type== | |||
The integral primitive types | |||
==Floating Point Primitive Type== | |||
=TODO= | =TODO= |
Revision as of 22:57, 5 April 2020
Internal
Overview
Primitive Types
Integral Primitive Type
The integral primitive types
Floating Point Primitive Type
TODO
- Primitive Types
- Wrapper Types, auto-boxing.
- Number https://www.geeksforgeeks.org/java-lang-number-class-java/
- BigInt
- https://docs.oracle.com/javase/tutorial/java/nutsandbolts/datatypes.html
- https://docs.oracle.com/javase/tutorial/java/data/numberclasses.html
- https://www.inf.unibz.it/~calvanese/teaching/06-07-ip/lecture-notes/uni04.pdf
- https://www.ntu.edu.sg/home/ehchua/programming/java/datarepresentation.html