Ruby  1.9.3p551(2014-11-13revision48407)
Functions
hypot.c File Reference
#include "ruby/missing.h"
#include <math.h>

Go to the source code of this file.

Functions

double hypot (double x, double y)
 

Function Documentation

double hypot ( double  x,
double  y 
)

Definition at line 6 of file hypot.c.

Referenced by math_hypot().