1 unstable release

0.1.0 Oct 20, 2019

#15 in #op

41 downloads per month

MIT license

4KB
79 lines

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!!

No runtime deps