forked from M-Labs/artiq
doc: update mention of int64.
This commit is contained in:
parent
d732b6c6d4
commit
d560b579f0
|
@ -79,7 +79,7 @@ A number of Python algorithmic features can be used inside a kernel for compilat
|
||||||
|
|
||||||
* Booleans
|
* Booleans
|
||||||
* 32-bit signed integers (default size)
|
* 32-bit signed integers (default size)
|
||||||
* 64-bit signed integers (:class:`artiq.language.core.int64`)
|
* 64-bit signed integers (use ``int(n, width=64)`` to convert)
|
||||||
* Signed rational numbers with 64-bit numerator and 64-bit denominator
|
* Signed rational numbers with 64-bit numerator and 64-bit denominator
|
||||||
* Double-precision floating point numbers
|
* Double-precision floating point numbers
|
||||||
* Lists of the above types. Lists can be arbitrarily nested.
|
* Lists of the above types. Lists can be arbitrarily nested.
|
||||||
|
|
Loading…
Reference in New Issue