Caculate trendline datapoints in TypeScript

0 Comments

If you want to calculate trendline datapoints in TypeScript, you can use the following code:       Code   module helpers.math { 'use strict'; /** * Based off: https://github.com/Tom-Alexander/regression-js/blob/master/src/regression.js * @param known_y - Array

Being forward compatible – Goodbye SASS hello CSSNext

0 Comments

Instead of being backwards compatible we want to be forward compatible. But what do I mean with “forward compatible”? Well that’s when we write our code against the next standard spec, but compile down to older