Home | History | Annotate | Download | only in parse-only

Lines Matching refs:Pow

667 		precision = Math.pow(10, precision || 0);
695 })(['abs', 'acos', 'asin', 'atan', 'atan2', 'ceil', 'cos', 'exp', 'floor', 'log', 'max', 'min', 'pow', 'sin', 'sqrt', 'tan']);
3617 Pow: function(p, x){
3618 return Math.pow(p, x[0] || 6);
3622 return Math.pow(2, 8 * (p - 1));
3635 return Math.pow(p, 2) * ((x + 1) * p - x);
3642 value = b * b - Math.pow((11 - 6 * a - 11 * p) / 4, 2);
3650 return Math.pow(2, 10 * --p) * Math.cos(20 * p * Math.PI * (x[0] || 1) / 3);
3657 return Math.pow(p, [i + 2]);