Xkonti / govec

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

Implement `Sin` operation #6

Closed Xkonti closed 1 year ago

Xkonti commented 1 year ago

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

vec1.Sin()
KarolosLykos commented 1 year ago

@Xkonti mind if i take this? Could you assign this to me?

Xkonti commented 1 year ago

Go ahead :)