提交 a50e47b7 authored 作者: Matt Graham's avatar Matt Graham

Fixing missing underscore on decorator.

上级 17d4842c
...@@ -2309,12 +2309,12 @@ def j1(a): ...@@ -2309,12 +2309,12 @@ def j1(a):
"""Bessel function of the 1'th kind""" """Bessel function of the 1'th kind"""
@scal_elemwise @_scal_elemwise
def i0(a): def i0(a):
"""Modified Bessel function of order 0.""" """Modified Bessel function of order 0."""
@scal_elemwise @_scal_elemwise
def i1(a): def i1(a):
"Modified Bessel function of order 1." "Modified Bessel function of order 1."
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论