Go to the first, previous, next, last section, table of contents.


ntype

ntype(num)
:: Classifier of type num. Returns a sub-type number, an integer, for obj.
return
integer
obj
number
[0] [10/37,ntype(10/37)];
[10/37,0]
[1] [10.0/37.0,ntype(10.0/37.0)];
[0.27027,1]
[2] [newalg(x^2+1)+1,ntype(newalg(x^2+1)+1)];
[(#0+1),2]
[3] [eval(sin(@pi/6)),ntype(eval(sin(@pi/6)))];
[0.49999999999999999991,3]
[4] [@i+1,ntype(@i+1)];
[(1+1*@i),4]
References
section type.


Go to the first, previous, next, last section, table of contents.