Any programmers here know how to work with numbers which are larger than the default data types can handle?
ex:
a = 98498394893849839839489384.430983093803848830480938093809380389489309898430849800983;
b = 98498394893849839839489384.430983093803848830480938093809380389489309898430849800983;
c = a*b;
I've always been curious about this.
ex:
a = 98498394893849839839489384.430983093803848830480938093809380389489309898430849800983;
b = 98498394893849839839489384.430983093803848830480938093809380389489309898430849800983;
c = a*b;
I've always been curious about this.