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

Function UArray_isFloatType

libs/basekit/source/UArray.c:1208–1211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1206// types
1207
1208int UArray_isFloatType(const UArray *self) {
1209 return self->itemType == CTYPE_float32_t ||
1210 self->itemType == CTYPE_float64_t;
1211}
1212
1213int UArray_isSignedType(const UArray *self) {
1214 switch (self->itemType) {

Callers 7

UArray_lstrip_Function · 0.85
UArray_rstrip_Function · 0.85
UArray_setItemType_Function · 0.85
UArray_printFunction · 0.85
IoSeq_immutable.cFile · 0.85
IoSeq_mutable.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected