#include "tensorstore/util/bfloat16.h" BFloat16 tensorstore::fmod(BFloat16 x, BFloat16 y); Computes the floating-point remainder of the division operation x / y.