Skip to contents

Inverse of angular function

Usage

invert_angular(f, y, a, b, prec = 1e-05)

Arguments

f

A function (named, anonymous or formula).

y

A value where to invert f.

a

Lower value of the search interval.

b

Upper value of the search interval.

prec

Required precision (default: 0.00001).

Value

A value.