"Source: Text/Geometry/SmallModCrv.text";
"Line: 125";
"Date: Tue Jun  7 22:27:26 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/SmallModCrv.text, line: 125
// Example: H138E1 ()
print "Example: H138E1";
ei := GetEchoInput();
SetEchoInput(true);
IsInSmallModularCurveDatabase(79);
assert not $1;
IsInSmallModularCurveDatabase(35);
assert $1;
SmallModularCurve(35);
C<x,y,z> := SmallModularCurve(63);
C;
SetEchoInput(ei);
