pub trait Infinity { // Required method fn infinity() -> Self; }
Represents a number that has positive infinity.
Returns positive infinity.