Skip to content

Implement supports for field operations with complex types #83

@alexgarzao

Description

@alexgarzao

For all complex numeric go types (see list below), the following validations must be implemented:

  • eqfield
  • neqfield
  • gtefield
  • gtfield
  • ltefield
  • ltfield

Go types

  • complex64 the set of all complex numbers with float32 real and imaginary parts
  • complex128 the set of all complex numbers with float64 real and imaginary parts

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions