Xkonti / govec

Go library providing 2D and 3D vector operations
MIT License
6 stars 7 forks source link

Implement `Cos` operation #7

Closed Xkonti closed 1 year ago

Xkonti commented 1 year ago

The operation calculates cosine of each vector components. For integer vectors it returns a float64 vector.

vec1.Cos()
KarolosLykos commented 1 year ago

@Xkonti I would like to work on this. Could you assign this to me?

Xkonti commented 1 year ago

Sure thing!