The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
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
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.