menu
ml_linalg package
documentation
vector.dart
Vector
getCosine abstract method
getCosine abstract method
dark_mode
light_mode
getCosine
abstract method
double
getCosine
(
Vector
other
)
Returns cosine of the angle between
this
and
other
vector
Implementation
double getCosine(Vector other);
ml_linalg package
documentation
vector
Vector
getCosine abstract method
Vector class