Welcome to Vestris Inc.
Internet Interactive Solutions Company



Software Documentation

* (multiplication, product)

Name

* — multiplication, product

Syntax

expression * expression

Domain

* : ( R x R ) -> R

Example

2 * 2 = 4

Description

Simple product. Multiplying by zero, always produces zero. Multiplying by one, always produces the number multiplied.