sonible / VCTR

A powerful C++ 20 wrapper around your favorite standard library containers
https://sonible.github.io/VCTR/
Other
25 stars 1 forks source link

Vctr 59 implement trigonometric functions #92

Closed JanosGit closed 1 year ago

JanosGit commented 1 year ago

It was tempting to define a macro for all those expressions since the code is so repetitive, but I decided to stay explicit ;)

pmglr commented 1 year ago

It was tempting to define a macro for all those expressions since the code is so repetitive, but I decided to stay explicit ;)

Understandable. We can keep that in mind in case some refactoring will be needed in the future.