Current File : //usr/share/zsh/5.5.1/functions/_module_math_func
#autoload

local expl
local -a funcs

funcs=(${${${(f)"$(zmodload -Fl zsh/mathfunc 2>/dev/null)"}:#^+f:*}##+f:})

_wanted module-math-functions expl 'math function from zsh/mathfunc' \
    compadd -S '(' -q "$@" -a funcs