File tree Expand file tree Collapse file tree
sysml.library/Domain Libraries/Analysis Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/**
2- * This package provides a libary model of discretely sampled mathematical functions.
2+ * This package provides a library model of discretely sampled mathematical functions.
33 */
44package SampledFunctions {
55 private import Base::Anything;
@@ -44,7 +44,7 @@ package SampledFunctions {
4444 /* Range returns the sequence of the rangeValues of all samples in a SampledFunction. */
4545 calc def Range(fn : SampledFunction) : Anything[0..*] = fn.samples.rangeValue;
4646
47- /* Sample returns a SampledFunction that samples a given calculation over a seqence of domainValues. */
47+ /* Sample returns a SampledFunction that samples a given calculation over a sequence of domainValues. */
4848 calc def Sample {
4949 in calc calculation (x);
5050 in attribute domainValues [0..*];
You can’t perform that action at this time.
0 commit comments