数学関数 数学関数のAPIです 以下は最大公約数、最小公倍数のサンプルです。 def (a,b,c) = (3,12,24) {gcd a,b,c} == 3 def (a,b,c) = (2,3,12) {lcm a,b,c} == 12 パッケージ名:COM.CURLAP.LIB.MATH