diff scripts/specfun/nthroot.m @ 23083:e9a0469dedd9 stable

maint: strip extra trailing newlines from files.
author John W. Eaton <jwe@octave.org>
date Fri, 20 Jan 2017 12:19:08 -0500
parents 93ea313301f9
children ef4d915df748 3ac9f9ecfae5
line wrap: on
line diff
--- a/scripts/specfun/nthroot.m	Fri Jan 20 12:12:11 2017 -0500
+++ b/scripts/specfun/nthroot.m	Fri Jan 20 12:19:08 2017 -0500
@@ -108,4 +108,3 @@
 %!error <N must be a real nonzero scalar> nthroot (1, [1 2])
 %!error <N must be a real nonzero scalar> nthroot (1, 0)
 %!error <N must be an odd integer> nthroot (-1, 2)
-