-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: ODF 1.2 Part 2 CD 1
-
Component/s: OpenFormula
-
Labels:None
-
Proposal:
-
Resolution:
are negative values allowed for BASE and DECIMAL Fucntions?
If negatives are allowed are they denoted simply by a leading minus sign?
The spec seems to allow non-integer inputs, is this correct? If so how should we handle cases like BASE(0.5,3) as 0.5 is not finitely representable in base 3, and since we're returning a string we could (at least theoretically) go on forever?