calculate multiplication of cos : cos x * cos y x : (num) number of the first cos x : (num) number of second cos
x
double sqrtCos2(num x, num y) { return math.cos(x) * math.cos(y); }