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

ExprNode.cc

  • Stéphane Adjemian's avatar
    f544aa3a
    Fixed bug introduced in 985d7423. · f544aa3a
    Stéphane Adjemian authored and Sébastien Villemot's avatar Sébastien Villemot committed
    If a float smaller than one in absolute value is written without a
    leading zero in the mod file, for instance as `.5`, we really need to
    prefix the number with a zero. The simplest approach is to convert
    the strings representing the numerical constants into floats.
    
    (cherry picked from commit 2479a2a7)
    f544aa3a
    History
    Fixed bug introduced in 985d7423.
    Stéphane Adjemian authored and Sébastien Villemot's avatar Sébastien Villemot committed
    If a float smaller than one in absolute value is written without a
    leading zero in the mod file, for instance as `.5`, we really need to
    prefix the number with a zero. The simplest approach is to convert
    the strings representing the numerical constants into floats.
    
    (cherry picked from commit 2479a2a7)