Searched refs:ScGetGCD (Results 1 – 2 of 2) sorted by relevance
100 double ScInterpreter::ScGetGCD(double fx, double fy) in ScGetGCD() function in ScInterpreter145 fy = ScGetGCD(fx, fy); in ScGCD()165 fy = ScGetGCD(fx, fy); in ScGCD()196 fy = ScGetGCD(fx, fy); in ScGCD()234 fy = fx * fy / ScGetGCD(fx, fy); in ScLCM()257 fy = fx * fy / ScGetGCD(fx, fy); in ScLCM()291 fy = fx * fy / ScGetGCD(fx, fy); in ScLCM()
664 double ScGetGCD(double fx, double fy);
Completed in 42 milliseconds