Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 326 Bytes

inverse.md

File metadata and controls

9 lines (7 loc) · 326 Bytes

inverse

test if two functions are inverses of each other

find a : bool such that a = inverse(function(0-->1),function(1-->0)) $ true

f(0) = 1 and f(1) = 0 They are inverse functions of each other.

See it demonstrated here.