Tagged Questions
8
votes
2answers
202 views
Seeking strategies to deploy a function securely without a front end
Background
I have a fuction, which calculates an analytic solution to a multi-dimentional geometry problem.
The function takes a list of real numbers (typically less than a dozen) and outputs a ...