NEWS
changeset 62408 86f27b264d3d
parent 62407 8383b126b0a9
child 62415 62c03eb38e49
equal deleted inserted replaced
62407:8383b126b0a9 62408:86f27b264d3d
    35 * Renamed split_if -> if_split and split_if_asm -> if_split_asm to
    35 * Renamed split_if -> if_split and split_if_asm -> if_split_asm to
    36 resemble the f.split naming convention, INCOMPATIBILITY.
    36 resemble the f.split naming convention, INCOMPATIBILITY.
    37 
    37 
    38 * Compound constants INFIMUM and SUPREMUM are mere abbreviations now.
    38 * Compound constants INFIMUM and SUPREMUM are mere abbreviations now.
    39 INCOMPATIBILITY.
    39 INCOMPATIBILITY.
       
    40 
       
    41 * More complex analysis including Cauchy's inequality, Liouville theorem,
       
    42 open mapping theorem, maximum modulus principle, Schwarz Lemma.
    40 
    43 
    41 * "Gcd (f ` A)" and "Lcm (f ` A)" are printed with optional
    44 * "Gcd (f ` A)" and "Lcm (f ` A)" are printed with optional
    42 comprehension-like syntax analogously to "Inf (f ` A)" and "Sup (f ` A)".
    45 comprehension-like syntax analogously to "Inf (f ` A)" and "Sup (f ` A)".
    43 
    46 
    44 * Class semiring_Lcd merged into semiring_Gcd.  INCOMPATIBILITY.
    47 * Class semiring_Lcd merged into semiring_Gcd.  INCOMPATIBILITY.