fixes.py 文件源码

python
阅读 27 收藏 0 点赞 0 评论 0

项目:decoding_challenge_cortana_2016_3rd 作者: kingjr 项目源码 文件源码
def _copysign(x1, x2):
    """Slow replacement for np.copysign, which was introduced in numpy 1.4"""
    return np.abs(x1) * np.sign(x2)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号