compiler: Add math_fns module docstring [nfc]

pull/1541/head
David Nadlinger 2020-10-31 19:06:00 +01:00
parent 19bd1e38d4
commit a97b4633cb
1 changed files with 6 additions and 0 deletions

View File

@ -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