KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
Mathematics
★ 12
Open GitHub ↗
数学函数,表达式,公式,坐标,长度,圆,圆弧,方程,计算式的Java语言实现。
Download README (.md)
Explore Similar Repositories
openshift-cucumber
:
Cucumber steps definitions for the OpenShift API
classdigger
:
Flatten Python classes with multiple inheritance
netatmo-api
:
Netatmo Java API (unofficial)
ngJWPlayer
:
Angular directives to instanciate a jwPlayer
openbsd-uefi
:
UEFI boot support for OpenBSD
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Mathematics
?
Download (.md)
# Mathematics 函数,表达式,公式,计算式的Java语言实现。 我不是数学达人,所以只是追求能最简单的方式实现一些常用的数学公式的计算过程。 ## cn.yuan.luo.circle 圆坐标相关的计算,包括坐标换算,判定坐标是否包含在圆内 ## cn.yuan.luo.equation 求解一元二次方程 ## cn.yuan.luo.fib 各种姿势求解斐波那契数 并且实现了一个求任意位数的黄金比例的算法 ## cn.yuan.luo.round 各种姿势对小数进行四舍五入(保留小数点到xx位) ## cn.yuan.luo.triangle 三角函数,反三角函数计算 还有求等腰三角形底边才的算法实现