menu
cdart package
documentation
math.dart
fmal function
fmal function
dark_mode
light_mode
fmal
function
double
fmal
(
double
x
,
double
y
,
double
z
)
Implementation
double fmal(double x, double y, double z) => fma(x, y, z);
cdart package
documentation
math
fmal function
math library