ggpanta Member Licensed User Longtime User Dec 31, 2013 #1 Is it limited by Java ie signed (2^63-1) or unsigned as in C#/VB (2^64 - 1) also are there any other data types available that have greater precision ? Supporting an eq of the BigInteger struct would help a lot. Thanks
Is it limited by Java ie signed (2^63-1) or unsigned as in C#/VB (2^64 - 1) also are there any other data types available that have greater precision ? Supporting an eq of the BigInteger struct would help a lot. Thanks
Erel B4X founder Staff member Licensed User Longtime User Dec 31, 2013 #2 It is a signed long. You can use this library to represent larger values: BigNumbers library Upvote 0
ggpanta Member Licensed User Longtime User Dec 31, 2013 #3 Erel said: It is a signed long. You can use this library to represent larger values: BigNumbers library Click to expand... Need to train my search foo a bit more, tried bigint and similar Thanks Erel. Upvote 0
Erel said: It is a signed long. You can use this library to represent larger values: BigNumbers library Click to expand... Need to train my search foo a bit more, tried bigint and similar Thanks Erel.
Erel B4X founder Staff member Licensed User Longtime User Dec 31, 2013 #4 No need to search. Check the "similar threads" above Upvote 0