Ruby  2.4.2p198(2017-09-14revision59899)
Functions
hypot.c File Reference
#include "ruby/missing.h"
#include <math.h>
Include dependency graph for hypot.c:

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().