|
##############################################################################
##
#W latex.gd GAP4 package `Utils' Stefan Kohl
##
#Y Copyright (C) 2015-2025, The GAP Group
#############################################################################
## this function has been transferred from ResClasses
##
#F IntOrInfinityToLaTeX( n ) . LaTeX string representing integer or infinity
##
DeclareGlobalName( "IntOrInfinityToLaTeX" );
#############################################################################
## this function has been transferred from RCWA
##
#F LaTeXStringFactorsInt( <n> )
##
## Returns the prime factorization of the integer <n> as a string in LaTeX
## format.
##
DeclareGlobalName( "LaTeXStringFactorsInt" );
#############################################################################
##
#E latex.gd . . . . . . . . . . . . . . . . . . . . . . . . . . . ends here
[ Dauer der Verarbeitung: 0.16 Sekunden
(vorverarbeitet)
]
|