Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
349
void UArray_abs(UArray *self) { UArray_fabs(self); }
350
351
void UArray_square(UArray *self) { UArray_multiply_(self, self); }
352
353
// extras
354
Callers
2
UArray_arithmeticMeanSquareAsDouble
Function · 0.85
UArray_normalize
Function · 0.85
Calls
1
UArray_multiply_
Function · 0.85
Tested by
no test coverage detected