翻訳済み
このページは日本語に翻訳済みです。
frac
ElementElementElement functions can be customized with set
and show
rules.
Element
Element functions can be customized with
set
and show
rules.分数。
例
$ 1/2 < (x+1)/2 $
$ ((x+1)) / 2 = frac(a, b) $

構文
この関数には専用の構文もあります。 隣接する式をスラッシュで区切ると、分数になります。 また、丸括弧で複数の式要素を囲うと、単一の式として扱えます。 そのような丸括弧は出力からは削除されますが、複数重ねてネストすることで、丸括弧を表示させることも可能です。
引数ParametersParameters are the inputs to a function. They are specified in parentheses after the function name.
Parameters
Parameters are the inputs to a function. They are specified in parentheses after the function name.
num
RequiredRequiredRequired parameters must be specified when calling the function.PositionalPositionalPositional parameters are specified in order, without names.
Required
Required
Required parameters must be specified when calling the function.
Positional
Positional
Positional parameters are specified in order, without names.
分数の分子。
denom
RequiredRequiredRequired parameters must be specified when calling the function.PositionalPositionalPositional parameters are specified in order, without names.
Required
Required
Required parameters must be specified when calling the function.
Positional
Positional
Positional parameters are specified in order, without names.
分数の分母。