Hi, Is there a reason why, in sage 3.2.2, the following works :
sage: vector(vector((1, 6))) (1, 6) but the following doesn't : sage: vector(vector((1, 6.8))) Traceback (most recent call last): ... TypeError: _vector_() takes exactly one argument (0 given) ??? Thank you, Sébastien Labbé UQAM --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---