Vladimir Korobov

Results 2 issues of Vladimir Korobov

**Is your feature request related to a problem? Please describe.** It would be helpful to provide a description for each environment variable. **Describe the solution you'd like** A .description('Specifies that...

It would be useful to allow passing object values into formula to process inside custom functions. Example: ``` const fObj = new Formula() fObj.distance = (point1, point2) => Math.sqrt(Math.pow(point1.x -...