Skip to content

Output floating point value precision #248

Description

@rpatters1

I am opening this issue as a low priority item.

Currently, it seems that MX is emitting over-precise strings for floating point values. The example I ran into:

Xml emitted by MX:

    <scaling>
      <millimeters>6.095999999999998</millimeters>
      <tenths>40</tenths>
    </scaling>

Xml emitted by Finale:

    <scaling>
      <millimeters>6.096</millimeters>
      <tenths>40</tenths>
    </scaling>

It seems like this would be best addressed in mx::api, perhaps with an option.

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