GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "Array.h"
#include "singleton-cleanup.h"
#include "defun.h"
#include "error.h"
#include "ov-typeinfo.h"
Go to the source code of this file.
Functions | |
DEFUN (typeinfo, args,,"-*- texinfo -*-\n\ @deftypefn {Built-in Function} {} typeinfo ()\n\ @deftypefnx {Built-in Function} {} typeinfo (@var{expr})\n\ \n\ Return the type of the expression @var{expr}, as a string. If\n\ @var{expr} is omitted, return an cell array of strings containing all the\n\ currently installed data types.\n\ @end deftypefn") |
DEFUN | ( | typeinfo | , |
args | |||
) |
Definition at line 612 of file ov-typeinfo.cc.
References octave_value_typeinfo::installed_type_names(), octave_value::length(), print_usage(), and octave_value::type_name().