Projet

Général

Profil

Révision c304a780

Ajouté par Assos Assos il y a environ 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ctools/includes/math-expr.inc
99 99
        'sqrt','abs','ln','log',
100 100
        'time', 'ceil', 'floor', 'min', 'max', 'round');
101 101

  
102
    function __construct() {
102
  /**
103
   * ctools_math_expr constructor.
104
   */
105
  function __construct() {
103 106
        // make the variables a little more accurate
104 107
        $this->v['pi'] = pi();
105 108
        $this->v['e'] = exp(1);

Formats disponibles : Unified diff