is Strictly Positive
Examines each element, a_i starting at 0, and determines if any element is less than or equal to 0.0.
Return
true if all are strictly positive
Parameters
array
the array to check
Examines each element, a_i starting at 0, and determines if any element is less than or equal to 0.0.
true if all are strictly positive
the array to check