Xkonti / govec

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

Implement `Tan` operation #8

Closed Xkonti closed 1 year ago

Xkonti commented 1 year ago

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

vec1.Tan()
KarolosLykos commented 1 year ago

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

Xkonti commented 1 year ago

Sure thing!