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

Computes the sine of the given number (\(\sin x\)).