Choose Category
#include <math.h> #include <stdio.h> int main() { int e; double H; H = hypotf(3, 4); printf("%f", H); return 0; }