Skip to content
Prev 10050 / 63424 Next

abs() and negative output from fractions() (PR#3536)

On Tue, 22 Jul 2003, Duncan Murdoch wrote:

            
This is not even a VR bug: no one said abs() is implemented for fractions, 
and it is not.  From the help page:

     Arithmetic operations on `"fractions"' objects are possible.

and abs() is not such an operation.