mir-algorithm — Libmir Archive
← Libmir Archive
Dlang.org
mir_find_root_result.y
mir
numeric
mir_find_root_result
The minimal of absolute function values.
struct
mir_find_root_result
(T)
extern (
C
++) @
safe
pure @
nogc
scope const @
property
nothrow
T
y
(
)
Return Value
Type:
T
!(ay.fabs > by.fabs) ? ay : by
mir
numeric
mir_find_root_result
properties
status
validate
x
y
variables
ax
ay
bx
by
iterations
The minimal of absolute function values.