Let\'s assume I have a method that takes in a Int and returns the sin of the input.
def sinTest(x: Int): Double = { Math.sin(x) } def main(args: Array[Str