Library for big numbers from http://www.ttmath.org/

Dependents:   PIDHeater82 Conceptcontroller_v_1_0 AlarmClockApp COG4050_adxl355_tilt ... more

Embed: (wiki syntax)

« Back to documentation index

StopCalculating Class Reference

StopCalculating Class Reference

#include <ttmathtypes.h>


Detailed Description

this simple class can be used in multithreading model (you can write your own class derived from this one)

for example: in some functions like Factorial() /at the moment only Factorial/ you can give a pointer to the 'stop object', if the method WasStopSignal() of this object returns true that means we should break the calculating and return

Definition at line 512 of file ttmathtypes.h.