1 Star 1 Fork 86

philzik/pythonvm

forked from hinus/pythonvm 
Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
test_math.py 91 Bytes
Copy Edit Raw Blame History
hinus authored 2018-10-08 22:43 +08:00 . Summary: double & sin, sqrt
import math
print math.pi
print math.e
print math.sin(math.pi / 3.0)
print math.sqrt(200)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/philzik/pythonvm.git
git@gitee.com:philzik/pythonvm.git
philzik
pythonvm
pythonvm
master

Search