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';