diff --git a/artiq/compiler/math_fns.py b/artiq/compiler/math_fns.py index 6b1890c1d..8b1b38914 100644 --- a/artiq/compiler/math_fns.py +++ b/artiq/compiler/math_fns.py @@ -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