// function as return type
print(math.performComplexOperation(valueOne: 4)(5))

Output:

9