new FunctionPoint(10, 10)
});
System.out.println(func.getClass());
System.out.println(func);
func = TabulatedFunctions.tabulate(
LinkedListTabulatedFunction.class, new Sin(), 0, Math.PI, 11);
System.out.println(func.getClass());
System.out.println(func);
// func = TabulatedFunctions.tabulate(
// double.class, new Sin(), 0, Math.PI, 11);