in reply to Re: Passing a BigFloat number through a subroutine
in thread Passing a BigFloat number through a subroutine

This is impossible. Putting a scalar or an object into an array changes nothing about the scalar or object. I'm guessing you are probably operating on the numbers somewhere and accidentally converting them. You need to provide code that reproduces the problem to be certain of a correct answer though.

  • Comment on Re^2: Passing a BigFloat number through a subroutine