We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
core::float imports from fXY::* which in turn re-exports predicates and functions from cmath.
Turns out the predicates somehow do not get exported unless one uses explicit export statements.
This is a bug and it needs to be investigated where this is coming from.