numpy中浮点数的表示

import numpy as np
z=x+y
z=np.maximum(z,0.) #这里的0.表示是浮点数0

你可能感兴趣的:(笔记,numpy)