comparison libinterp/corefcn/besselj.cc @ 31549:ed7b17c7ddf3 stable

maint: Strip trailing spaces and add missing EOL to all files. * README, NEWS.6.md, RELEASE_CHECKLIST.md, README.md, besselj.cc, Array.h, LSODE.cc, set.m, audiorecorder.m, play.m, set.m, patch.m: Strip trailing spaces. * command-widget.cc, led-indicator.cc, led-indicator.h: Add missing EOL to files.
author Rik <rik@octave.org>
date Fri, 25 Nov 2022 21:38:22 -0800
parents 96f751f8392c
children e88a07dec498
comparison
equal deleted inserted replaced
31548:c8ad083a5802 31549:ed7b17c7ddf3
470 470
471 /* 471 /*
472 %!# Function besseli is tested along with other bessels at the end of this file 472 %!# Function besseli is tested along with other bessels at the end of this file
473 473
474 ## besseli specific BIST 474 ## besseli specific BIST
475 %!assert (! isinf (besseli (0, 700))) 475 %!assert (! isinf (besseli (0, 700)))
476 476
477 */ 477 */
478 478
479 DEFUN (besselk, args, nargout, 479 DEFUN (besselk, args, nargout,
480 doc: /* -*- texinfo -*- 480 doc: /* -*- texinfo -*-