1 Star 4 Fork 11

王布衣 / pandas

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
sqrt.go 169 Bytes
Copy Edit Raw Blame History
王布衣 authored 2023-02-14 08:08 . !59#I6F1P2优化序列处理方式
package formula
import (
"gitee.com/quant1x/pandas/stat"
)
// SQRT 求S的平方根
func SQRT(S stat.Series) []stat.DType {
fs := S.DTypes()
return stat.Sqrt(fs)
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/quant1x/pandas.git
git@gitee.com:quant1x/pandas.git
quant1x
pandas
pandas
v0.8.8

Search

344bd9b3 5694891 D2dac590 5694891