Show
Ignore:
Timestamp:
07/17/08 20:57:16 (4 months ago)
Author:
otter
Message:

#93 fixed: arctan replaced by atan and updated release notes

Location:
branches/maintenance/3.0/Modelica
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/maintenance/3.0/Modelica/Electrical/Analog/Basic.mo

    r1046 r1150  
    508508            fillColor={0,0,255})})); 
    509509  initial equation  
    510     (Lnom - Linf) = (Lzer - Linf)*Ipar/Inom*(Modelica.Constants.pi/2-arctan(Ipar/Inom)); 
     510    (Lnom - Linf) = (Lzer - Linf)*Ipar/Inom*(Modelica.Constants.pi/2-atan(Ipar/Inom)); 
    511511  equation  
    512512    assert(Lzer > Lnom+Modelica.Constants.eps, 
     
    514514    assert(Linf < Lnom-Modelica.Constants.eps, 
    515515           "Linf (= " + String(Linf) + ") has to be < Lnom (= " + String(Lnom) + ")"); 
    516     (Lact - Linf)*i/Ipar = (Lzer - Linf)*noEvent(arctan(i/Ipar)); 
     516    (Lact - Linf)*i/Ipar = (Lzer - Linf)*noEvent(atan(i/Ipar)); 
    517517    Psi = Lact*i; 
    518518    v = der(Psi); 
  • branches/maintenance/3.0/Modelica/package.mo

    r1145 r1150  
    22package Modelica "Modelica Standard Library (Version 3.0)" 
    33extends Icons.Library; 
    4   
     4 
    55 
    66annotation ( 
     
    685685                        BooleanExpression </td> 
    686686      <td valign=\"top\"> Changed annotation preserveAspectRatio from true to false.</td>  
     687  </tr> 
     688 
     689  <tr><td colspan=\"2\"><b>Electrical.Analog.Basic.</b></td></tr> 
     690  <tr><td valign=\"top\"> SaturatingInductor</td> 
     691      <td valign=\"top\"> Replaced non-standard \"arctan\" by \"atan\" function.</td>  
    687692  </tr> 
    688693