operator >> method

Shorthand for before

Implementation

InvertibleRealFunction operator >>(InvertibleFunction<num, num> g) =>
    InvertibleRealFunction.of(before(g));