Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Multiplyer ¶ added in v0.1.3
type Multiplyer struct {
LogAnswer bool
}
func NewMultiplyer ¶ added in v0.1.3
func NewMultiplyer(mul bool) *Multiplyer
func (*Multiplyer) Multiply ¶ added in v0.1.3
func (m *Multiplyer) Multiply(firstValue, secondValue float64) float64
Click to show internal directories.
Click to hide internal directories.