Prev Next

d9lgmc

Prototype
doublereal f2cad::d9lgmc_(doublereal *x);

Fortran Source
d9lgmc.f

Description
Change this paragraph to a description of this example / test.
 
# include <f2cad/d9lgmc.hpp>

test_result d9lgmc(void)
{
	// Replace the following line by an example / test of d9lgmc
	// that returns test_pass if the test passes and test_fail otherwise.
	return test_none;
}

Input File: example/d9lgmc.cpp