Sha256: 1805c2d3ecd7139bfa102926da67c84089c34a17efce264b561e3d0a8b708e3d
Contents?: true
Size: 243 Bytes
Versions: 2
Compression:
Stored size: 243 Bytes
Contents
# frozen_string_literal: true require_relative "unary_function" module Plurimath module Math module Function class Gcd < UnaryFunction def validate_function_formula false end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
plurimath-0.3.7 | lib/plurimath/math/function/gcd.rb |
plurimath-0.3.6 | lib/plurimath/math/function/gcd.rb |