in reply to Re: Re: Is there a Matrix module that supports BigFloat?
in thread Is there a Matrix module that supports BigFloat?

Even in 2022, PDL does not support arbitrary-precision maths. It does (as of 2.064) support C "long double", but that is only guaranteed to be "at least" as precise as double. However! See Re^4: PDL datatype for discussion of how to actually implement this.
  • Comment on Re^3: Is there a Matrix module that supports BigFloat?