f2c04ccdad 2021-03-03 1: %%%%%%%%%%%%%%%%%%%%%
f2c04ccdad 2021-03-03 2: % SPECIAL FUNCTIONS
f2c04ccdad 2021-03-03 3: %%%%%%%%%%%%%%%%%%%%%
f2c04ccdad 2021-03-03 4:
f2c04ccdad 2021-03-03 5: % Load special functions
f2c04ccdad 2021-03-03 6: load_package specfn$
f2c04ccdad 2021-03-03 7:
f2c04ccdad 2021-03-03 8: % Gamma function
f2c04ccdad 2021-03-03 9: Gamma(0.5);
f2c04ccdad 2021-03-03 10:
f2c04ccdad 2021-03-03 11: % Enable real arithmetic
f2c04ccdad 2021-03-03 12: on rounded$
f2c04ccdad 2021-03-03 13:
f2c04ccdad 2021-03-03 14: % Zeta function
f2c04ccdad 2021-03-03 15: Zeta(3/2);
f2c04ccdad 2021-03-03 16:
f2c04ccdad 2021-03-03 17: % Bessel function of the first kind and order 3
f2c04ccdad 2021-03-03 18: besselj(3, 0.5);