1.1 KiB
Assessment for Lab 02
Total score: 50 / 50
Run on February 10, 11:23:11 AM.
-
Pass: Change into directory "Lab_02".
-
Pass: Check that file "lab_02.ml" exists.
-
5 / 5 : Pass: Check that an OCaml file "lab_02.ml" has no syntax or type errors.
OCaml file "lab_02.ml" has no syntax or type errors.
-
5 / 5 : Pass: Check that the result of evaluating
circle_area_v1 2.5
matches the pattern4.90
. -
5 / 5 : Pass: Check that the result of evaluating
circle_area_v2 2.5
matches the pattern4.90
. -
10 / 10 : Pass: Check that the result of evaluating
product [2; 3; 4]
matches the pattern24
. -
15 / 15 : Pass: Check that the result of evaluating
sum_diffs [4; 5; 2]
matches the pattern2
. -
5 / 5 : Pass: Check that the result of evaluating
distance (1.2, 3.4) (4.5, 5.6)
matches the pattern3.9
. -
5 / 5 : Pass: Check that the result of evaluating
triangle_perimeter (1.0, 2.0) (3.0, 4.0) (5.0, 1.0)
matches the pattern10.55
.