<< add test_toolbox

test_toolbox >> test_toolbox > multiply

multiply

Calls a multiplication function defined in C with given inputs and returns the expected result

Syntax

y = multiply(in1,in2)

Parameters

y :

ouput

in1 and in2 :

Numbers to multiply

Description

This function accepts accepts two numbers and multiply them

Examples

// Multiplying two numbers
y = multiply(3,5)

Authors


Report an issue
<< add test_toolbox