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

Computes the floating-point remainder of the division operation x / y.