I am trying to convert an array of Double values to an array of BigInteger values, but I just can’t figure out how exactly to tell java to create a new empty BigInteger array with the same length as the original array.
I am trying to convert an array of Double values to an array of
Share
where
srcis the original double array.