blob: be793081cf27e70af8f89ac2e6c1c56e99298e14 [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 << isinf(v) << endl;