Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Seung Yeob Shin
Hitecs
Commits
f1e89ca1
Commit
f1e89ca1
authored
Oct 03, 2019
by
Karim Chaouch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MeasurementFormula
parent
c8ffd699
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
HITECS/MeasurementFormula/MeasurementFormula_1.hitecs
HITECS/MeasurementFormula/MeasurementFormula_1.hitecs
+7
-0
HITECS/MeasurementFormula/MeasurementFormula_2.hitecs
HITECS/MeasurementFormula/MeasurementFormula_2.hitecs
+14
-0
No files found.
HITECS/MeasurementFormula/MeasurementFormula_1.hitecs
0 → 100644
View file @
f1e89ca1
namespace MeasurementFormula;
MeasurementFormula MeasurementFormula_1(in arg1 : Real) : Real {
att1 : Real = const1 * PI * pow(arg1,2);
return log10(att1);
}
HITECS/MeasurementFormula/MeasurementFormula_2.hitecs
0 → 100644
View file @
f1e89ca1
namespace MeasurementFormula;
MeasurementFormula MeasurementFormula_2(in arg1 : Real, in arg2 : Real, in arg3 : Real, in arg4 : Real) : Real {
att1 : Uniform(const1,const2) = Unknown;
att2 : Uniform(const3,const4) = Unknown;
att3 : Real = const5;
att4 : Uniform(const6,const7) = Unknown;
att5 : Real = att1/att2;
att6 : Real = (arg2 - att1)/att1 + arg3 - arg4 + att4 + log10(att3)- const8 - arg1 + log10(att5/(att5-1));
return log10(att6);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment