Extended Arithmetic

They are based on the gmp library.

All these number types are available by including:

#include <synaps/arithm/gmp.h>

Example

ZZ a("342453413214531234"), i(1);
QQ b("334/5");
RR c("323232442.345345");Precision(34);

Implementation

See also:
synaps/arithm/gmp.h

SYNAPS DOCUMENTATION
logo