On Sat, 15 Aug 2015, Nathann Cohen wrote:
Are we heading toward a special role of 'int' in Sage? Why aren't all python types like long/float/double considered similarly? How is that justified?
What functions return for example python double? For example centrality_degree on graphs return Sage rational, not machine float.
To be honest, I don't know when the user would P.height()/Q.height() with P and Q posets; but isn't it odd to have type(P.height()) != type(P.width())?
-- Jori Mäntysalo