import math import matplotlib.pyplot as plt import numpy as np """简单log函数的实现""" if __name__ == '__main__': x = np.arange(0.05,3,0.05) ...
確定! 回上一頁