FullMathOP

Crates.ioFullMathOP
lib.rsFullMathOP
version0.1.0
sourcesrc
created_at2019-10-20 07:25:15.09752
updated_at2019-10-20 07:25:15.09752
descriptionFull Math OP
homepage
repository
max_upload_size
id174153
size3,845
(TeamAvaib)

documentation

README

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

Commit count: 0

cargo fmt