solution for nth decimal place in pi value
----------------------------------------------------------------
int i=1,rem = 22%7,result=22/7;
while(i<=n)
{
rem = rem*10;
result = rem/7;
rem = rem%7;
i++;
}
printf("nth decimal%d",result);
input: 15(means 15th decimal place in pi value)...
Chat with our AI personalities
To compare decimals, we look at the place value of each digit. In this case, 0.5 is larger than 0.095 because 0.5 is in the tenths place, while 0.095 is in the hundredths place. The digit in the tenths place has a greater value than the digit in the hundredths place. Therefore, 0.5 is larger than 0.095.
10
Pie times x? Well, I hope you're hungry because that sounds delicious! But if you're talking math, then pie times x is just x times the numerical value of pi, which is approximately 3.14159. So, in a nutshell, pie times x is just a fancy way of saying "3.14159 times x."
tan (pi) / 1 is zero. tan (pi / 1) is zero.
'pie' is the food that you eat , such as apple pie, or meat pie. However, I think you mean 'pi' Note the spelling. 'pi' is the small case letter 'p' from the Classical Greek Alphabet, and refers to ( the constant of ) 'proportion' , that is the proportion between a circles circumference and its diameter. C = pi*d pi is an irrational number, which means the decimal digits go to infinity, AND are not in any regular order. However, for everyday school/working purposes , pi = 3.1416 So half a 'pi' is pi/2 = 3.1416/ 2 = 1.5708