Choose Category
#include <math.h> #include <stdio.h> int main(void) { printf("Value of e to the first: %f.", expm1f(1.0)); }