mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
mir_find_root_result.y
mir
numeric
mir_find_root_result
The minimal of absolute function values.
struct
mir_find_root_result
(T)
@
safe
pure @
nogc
scope const @
property
extern (
C
++) nothrow
T
y
(
)
Return Value
Type:
T
!(ay.fabs > by.fabs) ? ay : by
Meta
Source
See Implementation
mir
numeric
mir_find_root_result
properties
status
validate
x
y
variables
ax
ay
bx
by
iterations
The minimal of absolute function values.