setMentalEstimationMode method
Implementation
void setMentalEstimationMode(bool isIndependent) {
_usingOp((arena, opStatus) {
bindings.MathLibSetMentalEstimationMode(_pointer, isIndependent, opStatus);
opStatus.ref.throwIfNotSuccessful();
});
}