Introducing Radical.sh

Forget Code launches a powerful code generator for building API's

asinh - Returns hyperbolic sine of value in C


  #include <math.h>
  #include <stdio.h>

  int main(void)
  {
    printf("%f.\n", asinh(12));
    return 0;
  }



Output:
3.179785