Add graph references

This commit is contained in:
Abdelrahman Said
2026-06-28 13:49:01 +01:00
parent 0a9807e448
commit a11edf0c53
2578 changed files with 868045 additions and 0 deletions
@@ -0,0 +1,22 @@
Checking if vector is equal to itself:
1
Checking if vector is equal to other vector:
0
Checking if all elements of vector are less than its own elements:
0
Checking if all elements of vector are less than vector with nan:
0
Checking if all elements of vector are less than vector with smaller elements:
0
Checking if all elements of vector are less than vector with larger elements:
1
Checking if all elements of vector are greater than its own elements:
0
Checking if all elements of vector are greater than vector with nan:
0
Checking if all elements of vector are greater than vector with smaller elements:
1
Checking if all elements of vector are greater than vector with larger elements:
0
Checking vector_printf without nans:
-- 1-- -- 5-- -- 2--