slow-starter

なにをやるにもslow start……。

2018-09-12から1日間の記事一覧

数学1A_002

pythonを使いつつ、数学1Aの基礎を復習 代表的な角(30°,45°,60°)の三角比(sin,cos,tan) import numpy as np print("-"*50) # -------------------------------------------------- ## √2、√3の計算 root2 = np.sqrt(2) print(root2) # 1.41421356237 root3 =…