Skip to content

Ratio.PartsPerTrillions is wrong #28

@angularsen

Description

@angularsen

Values is probably too small to be represented properly.

public static Ratio FromPartsPerTrillions(double partspertrillions)
{
  return new Ratio(0.0 / 1.0 * partspertrillions);
}

public double PartsPerTrillions
{
  get
  {
    return this.DecimalFractions / (0.0 / 1.0);
  }
}

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions