package
Version:
v0.1.3
Opens a new window with list of versions in this module.
Published: Feb 14, 2020
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Add performs a vector additon of a and b. If a and b differ in size, an
error is returned.
ClampFloat64 limits val to be between min and max, inclusive.
MinMaxInt returns the min of a and b, followed by the max of a and b.
Square performs an element by element square of vector a,
i.e. the dot product of a with itself.
SquareDistance calculates the square distance between the coordinates
a and b. If a and b are different sizes, an error is returned.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.