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

Computes the cosine of the given number (\(cos x\)).