comparison scripts/specfun/nthroot.m @ 10821:693e22af08ae

Grammarcheck documentation of m-files Add newlines between @item fields for readability.
author Rik <octave@nomad.inbox5.com>
date Mon, 26 Jul 2010 21:25:36 -0700
parents fbd7843974fa
children 1740012184f9
comparison
equal deleted inserted replaced
10820:c44c786f87ba 10821:693e22af08ae
22 22
23 ## -*- texinfo -*- 23 ## -*- texinfo -*-
24 ## @deftypefn {Function File} {} nthroot (@var{x}, @var{n}) 24 ## @deftypefn {Function File} {} nthroot (@var{x}, @var{n})
25 ## 25 ##
26 ## Compute the n-th root of @var{x}, returning real results for real 26 ## Compute the n-th root of @var{x}, returning real results for real
27 ## components of @var{x}. For example 27 ## components of @var{x}. For example:
28 ## 28 ##
29 ## @example 29 ## @example
30 ## @group 30 ## @group
31 ## nthroot (-1, 3) 31 ## nthroot (-1, 3)
32 ## @result{} -1 32 ## @result{} -1