A B C D M S 

A

addition(double, double) - Method in interface cz.cvut.k36.pr2.hw.test.BasicFunctions
Performs addition of given numbers a and b.

B

BasicFunctions - Interface in cz.cvut.k36.pr2.hw.test
 

C

cz.cvut.k36.pr2.hw.test - package cz.cvut.k36.pr2.hw.test
 

D

division(double, double) - Method in interface cz.cvut.k36.pr2.hw.test.BasicFunctions
Performs division of given numbers a and b, where b is the factor.

M

multiplication(double, double) - Method in interface cz.cvut.k36.pr2.hw.test.BasicFunctions
Performs multiplication of given numbers a and b.

S

substraction(double, double) - Method in interface cz.cvut.k36.pr2.hw.test.BasicFunctions
Performs substraction of given numbers a and b.
A B C D M S 

Copyright © 2014. All rights reserved.