Artifact c0b3ce1144398175535fc1a07bb97640b7410350c75fd67e74fefe09f5db4964:
- File Special_Functions.red — part of check-in [f2c04ccdad] at 2021-03-03 07:48:17 on branch master — icas-bundled (2020-03-13) (user: trnsz@pobox.com, size: 273) [annotate] [blame] [check-ins using] [more...]
%%%%%%%%%%%%%%%%%%%%% % 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);