Physics, asked by syedyoushaali, 5 hours ago

which of the following are the useful numeric function offered by Python?

Answers

Answered by tulasimadimi
0

Answer:

ceil() :- This function returns the smallest integral value greater than the number. ...floor() :- This function returns the greatest integral value smaller than the number. ...fabs() :- This function returns the absolute value of the number.

Answered by endhanushshri010
0

Answer:

Python isnumeric() method checks whether all the characters of the string are numeric characters or not. It returns True if all the characters are true, otherwise returns False.

Similar questions