inverse method

Returns the inverse composite InvertibleRealFunction of this List of InvertibleFunction<num, num>

Implementation

InvertibleRealFunction inverse() => compose().inverse();