Sqrt() time complexity

It will be great help if someone expains the complexity of sqrt() and cbrt() function…

Time complexity of inbuilt functions sqrt() and cbrt() is O(\log N). This is where I found the answer.