operators
Tests whether the given arguments are equal.
You're viewing an older version of this page (#5513). View the current version.
Interface
#include <codecogs/statistics/operators.h>
using namespace Statistics;
Overview
FUNCTION
isEqual
Parameters
a
the first value to compare
b
the second value to compare
This function's source code is only visible to registered users — documentation and the calculator above are free to use either way. Sign in to see it.
FUNCTION
isGreater
Parameters
a
the first value to compare
b
the second value to compare
This function's source code is only visible to registered users — documentation and the calculator above are free to use either way. Sign in to see it.
FUNCTION
isLess
Parameters
a
the first value to compare
b
the second value to compare
This function's source code is only visible to registered users — documentation and the calculator above are free to use either way. Sign in to see it.