Did you know ... Search Documentation:
Pack utils_ssardina -- prolog/utils_ssardina.pl
PublicShow source
 downcase_term(+Term:term, -LowerTerm:term) is det
Recursively downcase all atoms in Term, including those nested within lists and dicts. Useful for normalizing identifiers to lowercase atoms in Prolog.
 round(+X:float, -R:float, +N:int) is det
R is X rounded to N decimal places.