! dec -------------------------------------------; i_format = ;dec; 1;1;2;6;24;120;3628800;2432902008176640000; ! oct -------------------------------------------; i_format = ;oct; 01;01;02;06;030;0170;015657400;0207033167620255000000; ! hex -------------------------------------------; i_format = ;hex; 0x1;0x1;0x2;0x6;0x18;0x78;0x375f00;0x21c3677c82b40000; ! bin -------------------------------------------; i_format = ;bin; b0001;b0001;b0010;b0110;b00011000;b01111000;b001101110101111100000000;b0010000111000011011001110111110010000010101101000000000000000000; i_format=dec ------------------------------------; i_format = ;dec; f_precision=10 ----------------------------------; 10; sqrt --------------------------------------------; Error: wrong parameter of function 'sqrt': arg should be >= 0 0.0000000000; 1.0000000000; 1.4142135624; 2.0000000000; 3.0000000000; 120.0000000000; 3162.2776601684; ln ----------------------------------------------; -16.1180956510; -9.2103403720; -4.6051701860; -2.3025850930; 0.0000000000; 0.0953101798; 0.1823215568; 0.7884573604; 2.3025850930; 11.5129154649; 16.1180956510; Error: wrong parameter of function 'ln': arg should be > 0 Error: wrong parameter of function 'ln': arg should be > 0 lg ----------------------------------------------; -7.0000000000; -4.0000000000; -2.0000000000; -1.0000000000; 0.0000000000; 0.0413926852; 0.0791812460; 0.3424226808; 1.0000000000; 4.9999956570; 7.0000000000; Error: wrong parameter of function 'lg': arg should be > 0 Error: wrong parameter of function 'lg': arg should be > 0 log ---------------------------------------------; -23.2534966642; -13.2877123795; -6.6438561898; -3.3219280949; 0.0000000000; 0.1375035237; 0.2630344058; 1.0000000000; 1.1375035237; 3.3219280949; 16.6096260474; 23.2534966642; Error: wrong parameter of function 'log': arg should be > 0 && arg should be != 1 && arg should be > 0 Error: wrong parameter of function 'log': arg should be > 0 && arg should be != 1 && arg should be > 0 Error: wrong parameter of function 'log': base should be > 0 inv ---------------------------------------------; Error: wrong parameter of function 'inv': arg should be != 0.0 10.0000000000; -10.0000000000; 1.0000000000; 0.5000000000; -0.3333333333; 0.0000001000; -0.0000001000; abs ---------------------------------------------; 0; 0.0010000000; 0.0010000000; 1; 1; 9999999.9989999998; 9999999.9989999998; mod ---------------------------------------------; Error: wrong parameter of function 'mod': arg2 should be != 0 0; 0; 1; 0; 2; 1; 0; 0; mod2 --------------------------------------------; 0; 1; 1; 0; 1; 0; 1; 0; 0; 1; pow ---------------------------------------------; 1.0000000000; 0.0000000000; 1.0000000000; 1.0000000000; 0.0000000000; 1.0000000000; 1.0000000000; 1.0000000000; 4.0000000000; 4.0000000000; 0.2500000000; 0.2500000000; 22026.4657948067; 0.0000000100; pow_exp^ ----------------------------------------; 1.0000000000; 7.3890560989; 7.3890560989; 15.1542622415; 0.1353352832; 0.1353352832; 22026.4657948067; pow_10^ -----------------------------------------; 1; 100; 100.0000000000; 522.7352996704; Error: wrong parameter of operator '2^': arg should be >= 0 0.0100000000; 10000000000; pow_2^ ------------------------------------------; 1; 4; 4.0000000000; 6.5808859910; Error: wrong parameter of function '2^': arg should be >= 0 0.2500000000; 1024; 4294967296; 4611686018427387904; hex; 0x400; 0x100000000; 0x4000000000000000; bin; b010000000000; b000100000000000000000000000000000000; b0100000000000000000000000000000000000000000000000000000000000000; dec; pow_^2 ------------------------------------------; 0; 4; 4.0000000000; 7.3890560989; 4; 4.0000000000; 100; 1024; 3844; -------------------------------------------------;