Timur

Results 3 issues of Timur

I have a schema which has the following entry: ```js const schema = { dateFormat: { type: 'string', default: 'l', enum: ['l', 'L', 'MMM DD, YYYY', 'ddd, l', 'ddd, L',...

For example, if I import a function as follows: ```javascript math.import({ area: function (x, y) { return x*y } }) ``` I would like to then define a help object...

feature
help wanted

Is there a way to remove user-defined units? I create units for currency conversion using: ```javascript math.createUnit('USD', {aliases: ['usd']}) var rates = currencyRates //Rates in json format Object.keys(rates).map((currency) => {...

feature
help wanted