Math Scalar Library
Programming Reference Manual C/C++
Version 1.1 DD-00003-011

21.4 sexp2m1 - Binary exponentiation minus one 2x-1

#include <msca.h> 
 
double sexp2m1 (double x); 
float  sexp2m1f(float x);

Given a value x this function raises 2  to x and subtracts one, that is 2x-1  .