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

Go to the source code of this file.

Functions

double cbrt (double x)
 

Function Documentation

◆ cbrt()

double cbrt ( double  x)

Definition at line 4 of file cbrt.c.

Referenced by math_cbrt().