Home
last modified time | relevance | path

Searched refs:goldensection (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/tools/
H A Dremez.jl425 function goldensection(f::Function, a::BigFloat, b::BigFloat, c::BigFloat) function
515 push!(extrema, goldensection(f, xp, xi, xn))
517 x, y = goldensection(x->-f(x), xp, xi, xn)
961 x, y = goldensection(x->sin(x),