Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • python-codegen
  • 6.x protected
  • llvm-15
  • julia-6.4.0
  • julia
  • julia-meson
  • 5.x protected
  • julia-6.3.0
  • 4.6 protected
  • uop
  • rework_pac
  • aux_vars_fix
  • julia-6.2.0
  • created_preprocessor_repo
15 results

src

  • Clone with SSH
  • Clone with HTTPS
  • Sébastien Villemot's avatar
    Sébastien Villemot authored
    Those methods can return a negative value in some cases. For example,
    maxLead(x₋₁) = −1.
    
    But constants were always returning a value of zero, which means that we had
    inconsistent behaviour like maxLead(x₋₁ + 2) = 0.
    
    This commits fixes the behaviour by making these methods return the smallest
    possible integer when called on constants.
    c5d223a7
    History