Number::less_than can't return undefined
Status: Inactive
Brought to you by:
ruhler
Number::less_than currently returns a Boolean, but the spec says it should return Undefined if either of its operands are NaN.
This means the relational operators probably don't work with NaN as arguments. Write some test cases to verify this and fix the problem.