Computer Sciences > GATE 2014 SET-2 > Calculus
Consider the following function
double f(double x) {
if (abs(x * x - 3) < 0.01) return x;
else return f(x / 2 + 1.5 / x);
}
Give a value q (to 2 decimals) such that f(q) will return q: _______.

Correct : 1.72 to 1.74

Similar Questions

If ∫₀2&pi; |x sin x| dx = kπ, then the value of k is equal to _________.
#1280 Fill in the Blanks
If ∫₀2&pi; |x sin x| dx = kπ, then the value of k is equal to _________.
#1280 Fill in the Blanks
If ∫₀2&pi; |x sin x| dx = kπ, then the value of k is equal to _________.
#1280 Fill in the Blanks

Related Topics

No tags found

Unique Visitor Count

Total Unique Visitors

Loading......