For example, I can specify Math::cbrt
to tell the lambda to take the cube root of the value.
Can I refer to multiplication and division functions using method references?
Obviously I can make my own lambda but it would be nice to have consistency.