forked from M-Labs/artiq
compiler: Add math_fns module docstring [nfc]
This commit is contained in:
parent
19bd1e38d4
commit
a97b4633cb
|
@ -1,3 +1,9 @@
|
|||
r"""
|
||||
The :mod:`math_fns` module lists math-related functions from NumPy recognized
|
||||
by the ARTIQ compiler so host function objects can be :func:`match`\ ed to
|
||||
the compiler type metadata describing their core device analogue.
|
||||
"""
|
||||
|
||||
from collections import OrderedDict
|
||||
import numpy
|
||||
from . import builtins, types
|
||||
|
|
Loading…
Reference in New Issue