File Special_Functions.red artifact c0b3ce1144 part of check-in f371d5d63f
%%%%%%%%%%%%%%%%%%%%% % SPECIAL FUNCTIONS %%%%%%%%%%%%%%%%%%%%% % Load special functions load_package specfn$ % Gamma function Gamma(0.5); % Enable real arithmetic on rounded$ % Zeta function Zeta(3/2); % Bessel function of the first kind and order 3 besselj(3, 0.5);