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