#include "tensorstore/util/bfloat16.h" BFloat16 tensorstore::pow(BFloat16 x, BFloat16 y); Raises a number to the given power (\(x^y\)).