FullMathOP 0.1.0

Full Math OP
Documentation
  • Coverage
  • 0%
    0 out of 16 items documented0 out of 14 items with examples
  • Size
  • Source code size: 3.47 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.33 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • TeamAvaib

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