Can I embed some mathematical functions I have created into a library to be used by any of the programs?
in
Core Library Questions
•
5 months ago
I have created a few functions that return values, like the functions cos(), random(), round(), etc. Can I embed these into a library so that any of my programs can use them?
1