Skip to content

Cannot call ToString successfully #10

@chuacw

Description

@chuacw

The following code throws an exception:

uses System.SysUtils, Neslib.MultiPrecision;
var
  LDD: DoubleDouble;
  LValue: string;
begin
   LDD := DoubleDouble(Double.MaxValue);
   LDD := LDD+1;
   LValue := LDD.ToString(TMPFloatFormat.Fixed);
end;

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