Google

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


ntype

ntype(num)
:: num (¿ô) ¤Î ·¿ (À°¿ô) ¤òÊÖ¤¹.
return
¼«Á³¿ô
obj
¿ô
  • ¿ô¤Î·¿¤ÎÃͤϼ¡¤ÎÄ̤ê.
    0
    Í­Íý¿ô
    1
    ÇÜÀºÅÙÉâÆ°¾®¿ô
    2
    Âå¿ôŪ¿ô
    3
    Ǥ°ÕÀºÅÙÉâÆ°¾®¿ô (bigfloat)
    4
    Ê£ÁÇ¿ô
    5
    Í­¸ÂÂΤθµ
    6
    Âçɸ¿ôÁÇÂΤθµ
    7
    ɸ¿ô 2 ¤ÎÍ­¸ÂÂΤθµ
  • newalg(x^2+1) ¤ÇÀ¸À®¤·¤¿¿ô¤È, µõ¿ôñ°Ì @i ¤Ï, °Û¤Ê¤ë¤â¤Î¤È¤·¤Æ°·¤ï¤ì¤ë.
  • Âå¿ôŪ¿ô¤Ë´Ø¤·¤Æ¤Ï, See section Âå¿ôŪ¿ô¤Ë´Ø¤¹¤ë±é»».
[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]
»²¾È
section type.


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