Can I (using reflection I presume?) create a class with all the same method names as java.lang.Math and each method just forwards it to Math?
java.lang.Math
Math
E.