First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 5 years ago

Iguananaut gravatar image

In Python 3 you can do some nice things like:

sage: π = pi
sage: sin(π)
0
sage: cos(π)
-1

and so on. For Python 3 builds of Sage it would be nice to have a few of these built-in. Per my comment on Nil's answer, special characters can be input fairly easily by using tab-completion.

click to hide/show revision 2
No.2 Revision

In Python 3 you can do some nice things like:

sage: π = pi
sage: sin(π)
0
sage: cos(π)
-1

and so on. For Python 3 builds of Sage it would be nice to have a few of these built-in. Per my comment on Nil's answer, special characters can be input fairly easily by using tab-completion.

Ticket: https://trac.sagemath.org/ticket/28966