MCPcopy Create free account
hub / github.com/egonelbre/exp / Cos

Method Cos

linerendering/main.go:25–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23func (v float) Sqr() float { return v * v }
24func (v float) Sin() float { return float(math.Sin(float64(v))) }
25func (v float) Cos() float { return float(math.Cos(float64(v))) }
26func (v float) Acos() float { return float(math.Acos(float64(v))) }
27func (v float) Abs() float {
28 if v < 0 {

Callers 4

cosFunction · 0.80
Cosmic2Function · 0.80
cosFunction · 0.80
CosFunction · 0.80

Calls 1

floatTypeAlias · 0.70

Tested by

no test coverage detected