User profile: shubham1355

User info
User name:shubham1355
History
Joined:
Number of posts:8
Latest posts:

How to take input as fractional number without using float/double data type?
@Duthomhas I know about fixed point arithmetic and I want to use the same but I don't know how to im...

How to take input as fractional number without using float/double data type?
except for floating point data type (float, double) anything can be used.

How to take input as fractional number without using float/double data type?
Is it possible to take a decimal number as input from the user without using float/double data type?...

what is execution time / speed of cmath library functions?
Can anyone tell me in how many nanoseconds these functions will be executed?

what is execution time / speed of cmath library functions?
@dhayden Yes I'm trying to optimize the code, can you tell me more about it. As you said "this isn'...