-- math_custom に module の機能を格納する local math_custom = require "math_custom" local low = -5 local high = 1000 print(math_custom.clamp(low, 0, 300)) print(math_custom.clamp(high, 0, 300))