Your IP : 216.73.216.86


Current Path : /home/emeraadmin/www/node_modules/d3-interpolate/src/
Upload File :
Current File : /home/emeraadmin/www/node_modules/d3-interpolate/src/round.js

export default function(a, b) {
  return a = +a, b -= a, function(t) {
    return Math.round(a + b * t);
  };
}