diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
| commit | 97d5c458cfa039d857301e1ca7d5af3beb37131d (patch) | |
| tree | b460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man3/bessel.3 | |
| parent | b89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff) | |
build: Better Build System
Diffstat (limited to 'static/unix-v10/man3/bessel.3')
| -rw-r--r-- | static/unix-v10/man3/bessel.3 | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/static/unix-v10/man3/bessel.3 b/static/unix-v10/man3/bessel.3 new file mode 100644 index 00000000..bdc6b05c --- /dev/null +++ b/static/unix-v10/man3/bessel.3 @@ -0,0 +1,39 @@ +.TH BESSEL 3M +.CT 2 math +.SH NAME +besj0, besj1, besjn, besy0, besy1, besyn \(mi bessel functions +.SH SYNOPSIS +.nf +.B #include <math.h> +.PP +.B double besj0(x) +.B double x; +.PP +.B double besj1(x) +.B double x; +.PP +.B double besjn(n, x) +.B double x; +.PP +.B double besy0(x) +.B double x; +.PP +.B double besy1(x) +.B double x; +.PP +.B double besyn(n, x) +.B double x; +.fi +.SH DESCRIPTION +These functions calculate Bessel functions of the first +and second kinds for real arguments and integer orders. +.SH DIAGNOSTICS +Negative arguments cause +.I besy0, besy1, +and +.I besyn +to return a huge negative value +and set +.I errno +to +.BR EDOM . |
