lenaRB / crml-compiler

Implementation of the CRML to Modelica compiler supported by the ITEA3 EMBRACE project.
6 stars 7 forks source link

RealExp example #15

Closed lenaRB closed 1 year ago

lenaRB commented 1 year ago

RealExp.crml - there is exp which should be probably defined as something concrete

audrey-jardin commented 1 year ago

exp is the exponential operator defined in page 80 of CRML specification. Its correspondance in Modelica is exp().

lenaRB commented 1 year ago

that was stupid of me :) it is added to the operators now