https://kotlinlang.org logo
t

thomasnield

01/04/2018, 9:45 PM
@louiscad Not sure what you are looking to achieve. Turning mathematical equations into something programming-friendly is never easy. You might want to get familiar with matrices, vectors, etc as that is typically the easiest way to express mathematical functions (at least linear ones) programmatically.

https://youtu.be/kjBOesZCoqc

👍🏽 2