fnpi.gms : Test correctness of pi intrinsic

Description


Small Model of Type : GAMS


Category : GAMS Test library


Main file : fnpi.gms

$title 'Test correctness of pi intrinsic' (FNPI,SEQ=159)

scalar pibar;

$gdxin fnpi
$load pibar
$gdxin

abort$(pi <> pibar) 'There were errors';