Reformat code in Math libary

This commit is contained in:
Wojtek Figat
2022-05-21 20:04:12 +02:00
parent 785f8915b7
commit 2eb51f9a83
26 changed files with 103 additions and 474 deletions

View File

@@ -215,7 +215,7 @@ public:
}
/// <summary>
/// Returns average arithmetic of all the components.
/// Returns the average arithmetic of all the components.
/// </summary>
double AverageArithmetic() const
{
@@ -223,7 +223,7 @@ public:
}
/// <summary>
/// Gets sum of all vector components values.
/// Gets the sum of all vector components values.
/// </summary>
double SumValues() const
{
@@ -231,7 +231,7 @@ public:
}
/// <summary>
/// Returns minimum value of all the components.
/// Returns the minimum value of all the components.
/// </summary>
double MinValue() const
{
@@ -239,7 +239,7 @@ public:
}
/// <summary>
/// Returns maximum value of all the components.
/// Returns the maximum value of all the components.
/// </summary>
double MaxValue() const
{