Neslib.MultiPrecision
Neslib.MultiPrecision copied to clipboard
NAN returned when number expected
uses System.SysUtils, Neslib.MultiPrecision;
var
LQD: QuadDouble;
LValue: string;
begin
LQD := QuadDouble(Extended.MaxValue);
LValue := LQD.ToString;
end;
LValue is not expected to be 'NAN', but it is.