signature(M)
This computes the signature of the symmetric matrix M with rational entries.
i1 : signature(matrix{{1,-2,3/5},{-2,-16,9},{3/5,9,13}}) o1 = 1
The object signature is a method function.
The source of this document is in RealRoots.m2:981:0.