Class: BCDice::CommonCommand::AddDice::Node::DivideWithRoundingUp

Inherits:
DivideBase show all
Defined in:
lib/bcdice/common_command/add_dice/node.rb

Overview

除算(切り上げ)のノード

Constant Summary collapse

ROUNDING_METHOD =

端数処理方法を示す記号

"U"

Method Summary

Methods inherited from DivideBase

#expr, #initialize, #output

Methods inherited from BinaryOp

#eval, #expr, #include_dice?, #initialize, #output, #s_exp

Constructor Details

This class inherits a constructor from BCDice::CommonCommand::AddDice::Node::DivideBase