You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current implementation of VTLNumber relies on Java's rules when executing operations like 1/0(results in ∞) or 0/0 (results in NaN). The specification says a runtime error should be thrown in such cases. Ref. VTL 1.1 user manual, lines 3672-3673.