Chapter 1. Condition

Table of Contents

Condition Overview — Computes the condition number of various functions.
assert_acoscond — Computes the condition number of the acos function.
assert_asincond — Computes the condition number of the asin function.
assert_atancond — Computes the condition number of the atan function.
assert_condnum — Computes the empirical condition number of the function f at point x.
assert_coscond — Computes the condition number of the cos function.
assert_erfcond — Computes the condition number of the erf function.
assert_erfinvcond — Computes the condition number of the erfinv function.
assert_expcond — Computes the condition number of the exp function.
assert_logcond — Computes the condition number of the log function.
assert_plotcond — Plots the condition number of a function.
assert_powcond — Computes the condition number of the pow function.
assert_sincond — Computes the condition number of the sin function.
assert_sqrtcond — Computes the condition number of the square root function.
assert_sumcond — Computes the condition number of the sum function.
assert_tancond — Computes the condition number of the tan function.