private
reverse
— function
reverse(f, period)
Return a reverse function such that reverse(f, period)(t) == f(period - t)
.
private
reverse
— function
reverse(f, period)
Return a reverse function such that reverse(f, period)(t) == f(period - t)
.