Usage

Main code.

addmultiply(a, b, c)[source]

Return (a + b * b) * c

Parameters
  • a (float) – first number

  • b (float) – second number

  • c (float) – third number

Return type

float

Returns

the result of the calculation