minSteps: minSteps

Description Usage Arguments Value Note Author(s) Examples

Description

Calculates the minimum amount of times must execute bissection method to get some "good"" value.

Usage

1
minSteps(a,b,E)

Arguments

a

INT Lower bound

b

INT Upper bound

E

INT Tolerance

Value

INT ceiling(value)

Note

Classnotes by João

Author(s)

@ppcamp

Examples

1
minSteps(a=1,b=2,E=10^-3)

ppcamp/r-edo-solver documentation built on Dec. 30, 2021, 12:19 a.m.