Skip to content

Commit cea70fc

Browse files
author
Colin Robertson
committed
Fix links to CRT Bessel functions
1 parent 467f967 commit cea70fc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/c-runtime-library/debug-routines.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ The debug version of the C run-time library supplies many diagnostic services th
111111
|[cos](../c-runtime-library/reference/cos-cosf-cosl-cosh-coshf-coshl.md)|[ldexp](../c-runtime-library/reference/ldexp.md)|[_status87, _statusfp](../c-runtime-library/reference/status87-statusfp-statusfp2.md)|
112112
|[cosh](../c-runtime-library/reference/cos-cosf-cosl-cosh-coshf-coshl.md)|[log](../c-runtime-library/reference/log-logf-log10-log10f.md)|[tan](../c-runtime-library/reference/tan-tanf-tanl-tanh-tanhf-tanhl.md)|
113113
|[Exp](../c-runtime-library/reference/exp-expf.md)|[log10](../c-runtime-library/reference/log-logf-log10-log10f.md)|[tanh](../c-runtime-library/reference/tan-tanf-tanl-tanh-tanhf-tanhl.md)|
114-
|[fabs](../c-runtime-library/reference/fabs-fabsf-fabsl.md)|[_logb](../c-runtime-library/reference/logb-logbf-logbl-logb-logbf.md)|[_y0](../Topic/Bessel%20Functions:%20_y0,%20_y1,%20_yn.md)|
115-
|[_finite](../c-runtime-library/reference/finite-finitef.md)|[longjmp](../c-runtime-library/reference/longjmp.md)|[_y1](../Topic/Bessel%20Functions:%20_y0,%20_y1,%20_yn.md)|
116-
|[floor](../c-runtime-library/reference/floor-floorf-floorl.md)|[_matherr](../c-runtime-library/reference/matherr.md)|[_yn](../Topic/Bessel%20Functions:%20_y0,%20_y1,%20_yn.md)|
114+
|[fabs](../c-runtime-library/reference/fabs-fabsf-fabsl.md)|[_logb](../c-runtime-library/reference/logb-logbf-logbl-logb-logbf.md)|[_y0](../c-runtime-library/reference/bessel-functions-j0-j1-jn-y0-y1-yn.md)|
115+
|[_finite](../c-runtime-library/reference/finite-finitef.md)|[longjmp](../c-runtime-library/reference/longjmp.md)|[_y1](../c-runtime-library/reference/bessel-functions-j0-j1-jn-y0-y1-yn.md)|
116+
|[floor](../c-runtime-library/reference/floor-floorf-floorl.md)|[_matherr](../c-runtime-library/reference/matherr.md)|[_yn](../c-runtime-library/reference/bessel-functions-j0-j1-jn-y0-y1-yn.md)|
117117
|[fmod](../c-runtime-library/reference/fmod-fmodf.md)|[modf](../c-runtime-library/reference/modf-modff-modfl.md)||
118118

119119
\* Although source code is available for most of this routine, it makes an internal call to another routine for which source code is not provided.

docs/c-runtime-library/reference/j0-j1-jn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ translation.priority.mt:
5757
- "tr-tr"
5858
---
5959
# j0, j1, jn
60-
These POSIX functions are deprecated. Use the ISO C++ conformant [Bessel Functions: _j0, _j1, _jn](../../misc/bessel-functions-j0-j1-jn.md) instead.
60+
These POSIX functions are deprecated. Use the ISO C++ conformant [_j0, _j1, _jn](../../c-runtime-library/reference/bessel-functions-j0-j1-jn-y0-y1-yn.md) instead.

docs/c-runtime-library/reference/y0-y1-yn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ translation.priority.mt:
5757
- "tr-tr"
5858
---
5959
# y0, y1, yn
60-
These POSIX functions are deprecated. Use the ISO C++ conformant [Bessel Functions: _y0, _y1, _yn](../Topic/Bessel%20Functions:%20_y0,%20_y1,%20_yn.md) instead.
60+
These POSIX functions are deprecated. Use the ISO C++ conformant [Bessel Functions: _j0, _j1, _jn, _y0, _y1, _yn](../../c-runtime-library/reference/bessel-functions-j0-j1-jn-y0-y1-yn.md) instead.

0 commit comments

Comments
 (0)