Google

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


eval_str

eval_str(str)
:: str (ʸ»úÎó) ¤òɾ²Á¤¹¤ë.
return
¥ª¥Ö¥¸¥§¥¯¥È
str
Asir ¤Î parser ¤¬¼õÍý²Äǽ¤Êʸ»úÎó
  • Asir ¤Î parser ¤¬¼õÍý²Äǽ¤Êʸ»úÎó¤òɾ²Á¤·¤Æ¤½¤Î·ë²Ì¤òÊÖ¤¹.
  • ɾ²Á²Äǽ¤Êʸ»úÎó¤Ï, ¼°¤òɽ¤¹¤â¤Î¤Ë¸Â¤ë.
  • ÏÀÍýŪ¤Ë¤Ï rtostr() ¤ÎµÕ´Ø¿ô¤È¤Ê¤ë.
[0] eval_str("1+2");
3
[1] fctr(eval_str(rtostr((x+y)^10)));
[[1,1],[x+y,10]]
»²¾È
section rtostr


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