Introducing Radical.sh

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

fmal - Returns rounding value in C

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

  int main(void)
  {

     printf("%f", fmal (10.2,12,9));
 
  }

Output:
-0.000000