I hope I can get some pointers about multiple precision integers in here.
My lecturer has given us a task about using java big integer class.
I use calculator to calculate 2 to the power of 128 and result is this:
3.4028236692093 846346337460743 177e+38
What does this 'e+38' mean?
How multiple precision numbers are being processed in a program?
Kindly please share some info about this subject with me
....Thank You.
My lecturer has given us a task about using java big integer class.
I use calculator to calculate 2 to the power of 128 and result is this:
3.4028236692093 846346337460743 177e+38
What does this 'e+38' mean?
How multiple precision numbers are being processed in a program?
Kindly please share some info about this subject with me
....Thank You.
Comment