diff options
Diffstat (limited to 'docs/sphinx/source/pmt/integer.rst')
-rw-r--r-- | docs/sphinx/source/pmt/integer.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/sphinx/source/pmt/integer.rst b/docs/sphinx/source/pmt/integer.rst new file mode 100644 index 0000000000..58e16e5aa7 --- /dev/null +++ b/docs/sphinx/source/pmt/integer.rst @@ -0,0 +1,13 @@ +pmt: Integers +============= + +.. autofunction:: pmt.is_integer +.. autofunction:: pmt.to_long +.. autofunction:: pmt.from_long + + +pmt: uint64_t +============= +.. autofunction:: pmt.is_uint64 +.. autofunction:: pmt.to_uint64 +.. autofunction:: pmt.from_uint64 |