27 scale = 3.3121686421112381E-170;
29 if (absxk > 3.3121686421112381E-170) {
33 t = absxk / 3.3121686421112381E-170;
54 return scale * sqrt(y);
67 scale = 3.3121686421112381E-170;
69 if (absxk > 3.3121686421112381E-170) {
73 t = absxk / 3.3121686421112381E-170;
103 return scale * sqrt(y);
double b_norm(const double x[3])
Calculates the Euclidean norm (magnitude) of a 3-element vector.
double c_norm(const double x[4])
Calculates the Euclidean norm (magnitude) of a 4-element vector.
Provides MATLAB Coder helper functions to calculate the Euclidean norm of a vector.
Provides definitions and utility functions for non-finite floating-point values.