navi-language / navi

Navi is a high-performance programming language.
https://navi-lang.org
96 stars 1 forks source link

Feature: Max Float/Infinity #7

Open KieranP opened 3 months ago

KieranP commented 3 months ago

Examples:

C#: double.MaxValue C++: std::numeric_limits<double>::infinity(); Go: math.MaxInt64 Java: Double.MAX_VALUE Python: float('inf')