<<<<
[
^
]
SageMath presentation
>>>>
SageMath and Python
The primary implementation language of SageMath is Python, though code that must be fast is implemented in a compiled language.
When necessary, SageMath uses a pre-parser to translate mathematical conventions into Python conventions.
Example: SageMath: 2/3 -> 2/3 (a rational number) | Python: 2/3 -> 0 (an integer)
Version 2018-06-06
© 2017-2018 ModLibre.info
(cc-by-sa license)
W3C
XHTML 1.0
CSS
[
^
]