package info.istlab.Zemi01; public class NumericDemo { public static void main(String[] args) { // ランチャーを起動する場合 String[] opts = { "IEEE754view", "Lagrange", "RegLine", "NormalDistribution","WelchTTestGUI", "UTestGUI" }; Launcher.show(opts, "info.istlab.Zemi01.numeric"); } }