Computer Science, asked by jagadishkamadi, 3 months ago

When declaring fact() why not use double fact() so that you do not have integer overflow?

1 point

This is a great idea.


The function computed in double would run way too slow.


There would be problems with accuracy.


This is un-mathematic

Answers

Answered by jameel7988
4

Answer:

When declaring fact() why not use double fact() so that you do ... (b)The function computed in double would run way too slow. (C)There would be problems with accuracy.

Similar questions