#include "tensorstore/util/bfloat16.h"
BFloat16 tensorstore::sqrt(BFloat16 x);

Computes the square root of the given number (\(\sqrt{x}\)).