簡單log對數函數的Python實現

使用python來畫各種log的對數函數 import math import matplotlib.pyplot as plt import numpy as np """簡單log函數的實現""" if __name__ == '__main__': x = np.arange(0.05,3,0.05) print(x) print(type(x)) y1 =
相關文章
相關標籤/搜索