Type alias NegativeFloat<N>

NegativeFloat<N>: IfEquals<IsNegativeFloat<N>, true, Float<N>, never>

Type representing a float that's in ]-∞, 0[

Type Parameters