blob: 1da55fd1602ce21ea6c14b46b79532e63bb5ac3a [file] [log] [blame]
Austin Schuh189376f2018-12-20 22:11:15 +11001Array3d v(1,2,3);
2v(1) *= 0.0/0.0;
3v(2) /= 0.0;
4cout << v << endl << endl;
5cout << isfinite(v) << endl;