Closed jimmoores closed 8 years ago
Double.Inf <-> XLError.Div0 (#DIV0!) Double.NaN <-> XLError.NA or XLString.of("#NaN")
Easy enough to convert Infs and NaNs to the appropriate error: am making a decision to map XLError.Div0 and XLError.NA to Double (could be Float, for example).
Double.Inf <-> XLError.Div0 (#DIV0!) Double.NaN <-> XLError.NA or XLString.of("#NaN")