Fast exponentiation and binary exponentiation

i can use binary exponentiation also to raise a number to nth power in log n right? So is there any advantage or disadvantage of using fast exponentiation?

hello @govilayush
both are same.