comparison src/mappers.cc @ 3373:36405da8e173

[project @ 1999-11-23 20:54:17 by jwe]
author jwe
date Tue, 23 Nov 1999 20:54:31 +0000
parents f37ca3017116
children 69b167451491
comparison
equal deleted inserted replaced
3372:f16c2ce14886 3373:36405da8e173
219 atanh (X): compute the inverse hyperbolic tanget of X for each element of X\n\ 219 atanh (X): compute the inverse hyperbolic tanget of X for each element of X\n\
220 @end deftypefn"); 220 @end deftypefn");
221 221
222 DEFUN_MAPPER (ceil, 0, 0, 0, ceil, 0, ceil, 0.0, 0.0, 0, 222 DEFUN_MAPPER (ceil, 0, 0, 0, ceil, 0, ceil, 0.0, 0.0, 0,
223 "-*- texinfo -*-\n\ 223 "-*- texinfo -*-\n\
224 @deftypefn {Usage} {} ceil (@var{x})\n\ 224 @deftypefn {Mapping Function} {} ceil (@var{x})\n\
225 Return the smallest integer not less than @var{x}. If @var{x} is\n\ 225 Return the smallest integer not less than @var{x}. If @var{x} is\n\
226 complex, return @code{ceil (real (@var{x})) + ceil (imag (@var{x})) * I}.\n\ 226 complex, return @code{ceil (real (@var{x})) + ceil (imag (@var{x})) * I}.\n\
227 @end deftypefn"); 227 @end deftypefn");
228 228
229 DEFUN_MAPPER (conj, 0, 0, 0, conj, 0, conj, 0.0, 0.0, 0, 229 DEFUN_MAPPER (conj, 0, 0, 0, conj, 0, conj, 0.0, 0.0, 0,
295 \n\ 295 \n\
296 See also: erf, erfinv"); 296 See also: erf, erfinv");
297 297
298 DEFUN_MAPPER (exp, 0, 0, 0, exp, 0, exp, 0.0, 0.0, 0, 298 DEFUN_MAPPER (exp, 0, 0, 0, exp, 0, exp, 0.0, 0.0, 0,
299 "-*- texinfo -*-\n\ 299 "-*- texinfo -*-\n\
300 @deftypefn {Usage} {} exp (@var{x})\n\ 300 @deftypefn {Mapping Function} {} exp (@var{x})\n\
301 Compute the exponential of @var{x}. To compute the matrix exponential,\n\ 301 Compute the exponential of @var{x}. To compute the matrix exponential,\n\
302 see @ref{Linear Algebra}.\n\ 302 see @ref{Linear Algebra}.\n\
303 @end deftypefn"); 303 @end deftypefn");
304 304
305 DEFUN_MAPPER (finite, 0, xfinite, xfinite, 0, 0, 0, 0.0, 0.0, 0, 305 DEFUN_MAPPER (finite, 0, xfinite, xfinite, 0, 0, 0, 0.0, 0.0, 0,
316 @end example\n\ 316 @end example\n\
317 @end deftypefn"); 317 @end deftypefn");
318 318
319 DEFUN_MAPPER (fix, 0, 0, 0, fix, 0, fix, 0.0, 0.0, 0, 319 DEFUN_MAPPER (fix, 0, 0, 0, fix, 0, fix, 0.0, 0.0, 0,
320 "-*- texinfo -*-\n\ 320 "-*- texinfo -*-\n\
321 @deftypefn {Usage} {} fix (@var{x})\n\ 321 @deftypefn {Mapping Function} {} fix (@var{x})\n\
322 Truncate @var{x} toward zero. If @var{x} is complex, return\n\ 322 Truncate @var{x} toward zero. If @var{x} is complex, return\n\
323 @code{fix (real (@var{x})) + fix (imag (@var{x})) * I}.\n\ 323 @code{fix (real (@var{x})) + fix (imag (@var{x})) * I}.\n\
324 @end deftypefn"); 324 @end deftypefn");
325 325
326 DEFUN_MAPPER (floor, 0, 0, 0, floor, 0, floor, 0.0, 0.0, 0, 326 DEFUN_MAPPER (floor, 0, 0, 0, floor, 0, floor, 0.0, 0.0, 0,
327 "-*- texinfo -*-\n\ 327 "-*- texinfo -*-\n\
328 @deftypefn {Usage} {} floor (@var{x})\n\ 328 @deftypefn {Mapping Function} {} floor (@var{x})\n\
329 Return the largest integer not greater than @var{x}. If @var{x} is\n\ 329 Return the largest integer not greater than @var{x}. If @var{x} is\n\
330 complex, return @code{floor (real (@var{x})) + floor (imag (@var{x})) * I}.\n\ 330 complex, return @code{floor (real (@var{x})) + floor (imag (@var{x})) * I}.\n\
331 @end deftypefn"); 331 @end deftypefn");
332 332
333 DEFUN_MAPPER (gamma, 0, 0, 0, xgamma, 0, 0, 0.0, 0.0, 0, 333 DEFUN_MAPPER (gamma, 0, 0, 0, xgamma, 0, 0, 0.0, 0.0, 0,