Verify that the relative accuracy of all floating-point numbers will be between eps/2 and eps. Plot the relative accuracy of floating-point numbers between 0 and 10: A. Create a plot showing the relative accuracy of floating-point numbers. B. Implement a function to calculate the relative accuracy of floating-point numbers. C. Compare the accuracy of floating-point numbers with different epsilon values. D. Develop a statistical analysis tool for assessing floating-point number accuracy.