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

Computes the natural (base e) logarithm of 1 plus the given number (ln(1+x)).