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


sprintf

sprintf(format[,args])
:: C に似たプリント関数
return
文字列
format
文字列
args
オブジェクト
[0] sprintf("%a: rat = %a",10,x^2-1);
  10: rat = x^2-1
参照
@xref{rtostr}

ChangeLog


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