MCPcopy Create free account
hub / github.com/IoLanguage/io / UArray_square

Function UArray_square

libs/basekit/source/UArray_math.c:351–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349void UArray_abs(UArray *self) { UArray_fabs(self); }
350
351void UArray_square(UArray *self) { UArray_multiply_(self, self); }
352
353// extras
354

Callers 2

UArray_normalizeFunction · 0.85

Calls 1

UArray_multiply_Function · 0.85

Tested by

no test coverage detected