Skip to content

Commit

Permalink
Update description in ModelicaServices as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Sep 30, 2022
1 parent 879247e commit 080e592
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ModelicaServices/package.mo
Expand Up @@ -178,11 +178,11 @@ The interface of this model is documented at

package Machine "Machine dependent constants"
extends Modelica.Icons.Package;
final constant Real eps=1e-15 "Biggest number such that 1.0 + eps = 1.0";
final constant Real eps=1e-15 "The difference between 1 and the least value greater than 1 that is representable in the given floating point type";
final constant Real small=1e-60
"Smallest number such that small and -small are representable on the machine";
"Minimum normalized positive floating-point number";
final constant Real inf=1e60
"Biggest Real number such that inf and -inf are representable on the machine";
"Maximum representable finite floating-point number";
final constant Integer Integer_inf=2147483647
"Biggest Integer number such that Integer_inf and -Integer_inf are representable on the machine";
annotation (Documentation(info="<html>
Expand Down

0 comments on commit 080e592

Please sign in to comment.