Skip to main content

Incorrect equivalence class division

[write a content here]

 

[Example 1]

Perform equivalence partition analysis of the following function (Java language):

public static double abs(double number);

Explain what mistakes can be made if one does not know the binary notation of floating-point numbers.