Skip to content

Commit

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

package Machine "Machine dependent constants"
extends Modelica.Icons.Package;
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
final constant Real eps=2.2204460492503131e-016 "The difference between 1 and the least value greater than 1 that is representable in the given floating point type";
final constant Real small=2.2250738585072014e-308
"Minimum normalized positive floating-point number";
final constant Real inf=1e60
final constant Real inf=1.7976931348623157E+308
"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";
Expand Down

0 comments on commit 866a779

Please sign in to comment.