Skip to content

NAN returned when number expected #11

@chuacw

Description

@chuacw
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions