Hello Everyone,
If you're a java programmer, you may be familiar with the BigInteger class. This class provides data and manipulation for integers of arbitrary size. This is useful when dealing with numbers that don't fall into the neat 8, 16, 32 or 64-bit sizes of integers available as stock datatypes in most languages.
For further reference:
http://java.sun.com/j2se/1.4.2/docs/api/java/math/BigInteger.html
Has anyone come across a library or class for arbitrary precision integers or numbers in LabVIEW?
Why am I asking? ... www.projecteuler.net of course. Many of the computer science problems given on this forum are challenging and fun to solve. Many of them also require the use of big integers such as problem number 10:
The sum of the primes below 10 is 2 + 3 + 5 + 7 = 17.
Find the sum of all the primes below two million.
Please join the discussion if you have ever worked with large numbers in LabVIEW.
Evan