Macaulay2 » Documentation
Packages » ReflexivePolytopesDB :: toString(KSEntry)
next | previous | forward | backward | up | index | toc

toString(KSEntry) -- the underlying string of a KSEntry

Synopsis

Description

Returns the underlying string of the given entry from the Kreuzer-Skarke database.

i1 : e = KSEntry "4 5  M:53 5 N:9 5 H:3,43 [-80] id:0
       1   0   2   4 -10
       0   1   3   5  -9
       0   0   4   0  -4
       0   0   0   8  -8
       ";
i2 : toString e

o2 = 4 5  M:53 5 N:9 5 H:3,43 [-80] id:0
       1   0   2   4 -10
       0   1   3   5  -9
       0   0   4   0  -4
       0   0   0   8  -8
       

See also

Ways to use this method: