Skip to content

Commit

Permalink
- added arctan_rettype and defined arctan as atan.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2984 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Dec 20, 2007
1 parent 4d3ac8d commit e531f82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions c_runtime/modelica.h
Expand Up @@ -93,6 +93,8 @@ typedef modelica_real sqrt_rettype;
typedef modelica_real abs_rettype;
typedef modelica_real max_rettype;
typedef modelica_real min_rettype;
typedef modelica_real arctan_rettype;
#define arctan atan


/* Special Modelica builtin functions*/
Expand Down

0 comments on commit e531f82

Please sign in to comment.