#include "tensorstore/util/bfloat16.h"
BFloat16 tensorstore::pow(BFloat16 xBFloat16 y);

Raises a number to the given power (\(x^y\)).