We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ecd97d commit e35c7ccCopy full SHA for e35c7cc
1 file changed
jsrc/conversions.cpp
@@ -557,6 +557,7 @@ jtbcvt(J jt, C mode, array w) -> array {
557
w = result; // this result is now eligible for further demotion
558
}
559
560
+
561
// for all numerics, try Boolean/int/float in order, stopping when we find one that holds the data
562
if (((mode & 1) != 0) || ((AT(w) & (XNUM + RAT)) == 0)) { // if we are not stopping at XNUM/RAT
563
// To avoid a needless copy, suppress conversion to B01 if type is B01, to INT if type is INT, etc
0 commit comments