jmeaster30 / MyLib

A C# library with some random stuff in it
MIT License
0 stars 0 forks source link

Generate math functions for various number types #7

Closed jmeaster30 closed 7 months ago

jmeaster30 commented 7 months ago

There is a lot of repetition in the math part where we copy the same function over and over and just change the type signature

It would be cool if we could auto generate this

jmeaster30 commented 7 months ago

Made a generator thingy