Boris Chumichev

Results 7 issues of Boris Chumichev

Example: ``` import linearInterpolation from 'everpolate.linear' ```

enhancement
help wanted

This one will require backward incompatible API change. Example: ``` import polynomialInterpolation from 'everpolate.polynomial' const [ knownValuesX, knownValuesY ] = [[...], [...]] const resolveValues = polynomialInterpolation(knownValuesX, knownValuesY) // now resolveValues...

enhancement
help wanted

enhancement
help wanted

enhancement
help wanted

Детектить можно через: `window.navigator.standalone`. Подробнее тут https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html