is_inverse_function: Tests if two function are inverse to each other, thus if...

View source: R/general_tools.R

is_inverse_functionR Documentation

Tests if two function are inverse to each other, thus if f(g(x)) == x applies

Description

Tests if two function are inverse to each other, thus if f(g(x)) == x applies

Usage

is_inverse_function(fun1, fun2)

Arguments

fun1
fun2

Value

boolean


simschul/my.utils documentation built on June 29, 2023, 6:50 a.m.