Example: Binary Search Float⚓︎
Description⚓︎
Given a floating point number \(n\), find its cubic root.
Input format⚓︎
One line containing a floating point number \(n\).
Output format⚓︎
A single line containing a floating point number representing the solution to the problem.
Note that the result is preserved to \(6\) decimal places.
Data range⚓︎
\(-10000 \leqslant n \leqslant 10000\)