File hp/lang/math.lua

Functions

math.average (...) 引数の値の平均値を求めます
math.sum (...) 引数の値の合計を求めます

Tables

math mathの機能拡張したモジュールです.


Functions

math.average (...)
引数の値の平均値を求めます

Parameters

  • ...: 可変長引数の数値

Return value:

平均値
math.sum (...)
引数の値の合計を求めます

Parameters

  • ...: 可変長引数の数値

Return value:

合計

Tables

math
mathの機能拡張したモジュールです.

Valid XHTML 1.0!