FullMathOP 0.1.0

Full Math OP
Documentation

Full Math OP

This lib have basic math operation addition, subtraction, multiplication and division for both integer and float input parameter and output result.

This lib also have function to take input from users for float number, integer number and text. These function return respectivily value.

This lib also have function to calcuate area of circle of given radius and square of given number.

Following are the list of functions in lib.rs

  • takeintegerinput;
  • takefloatinput;
  • takestringinput;
  • areaofcircle;
  • getintsquare;
  • getfloatsquare;
  • sumfloatnum;
  • sumintnum;
  • subtractfloatnum;
  • subtractintnum;
  • multiplyfloatnum;
  • multiplyintnum;
  • dividefloatnum;
  • divideintnum;

Many more have to come!!