Skip to content

No way to specify relative fuzz by parsing a String. #201

Description

@rchillyard

We would like to parse an expression such as:

  • lazymath"9.81~1%"
  • lazymath"9.81±1%"
  • Eager("9.81~1%")
  • Eager("9.81±1%")

Instead, we must write an expression such as Real(9.81, Some(RelativeFuzz(0.01, Box))).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions