Ruby  2.1.10p492(2016-04-01revision54464)
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

◆ hypot()

double hypot ( double  x,
double  y 
)

Definition at line 6 of file hypot.c.

Referenced by math_hypot().