mrdcvlsc / APA

A C++ library for big integers and dynamic precision floating-point

Home Page:https://mrdcvlsc.github.io/APA/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ubint standard input and output

mrdcvlsc opened this issue · comments

implement standard console input and standard output of ubint class

  • std::ostream& operator<<(std::ostream &out, const ubint &num) standard output
  • std::istream& operator<<(std::ostream &in, ubint &num) standard input