Der neue Dienst "GitLab am KIT" ist unter gitlab.kit.edu erreichbar.

Skip to content
  • Christoph Mallon's avatar
    Implement · 2371b8fc
    Christoph Mallon authored
    - -a * const   -> a * -const
    - -a * -b      -> a * b
    - -a * (b - c) -> a * (c - b)
    - (a - b) * -c -> (b - a) * c
    
    [r15778]
    2371b8fc