19 template<
typename Type>
26 template<
typename Type,
typename ...Args>
28 std::cout <<
curr <<
" ";
40 template<
typename Type>
42 std::cout <<
curr <<
"\n";
47 template<
typename Type,
typename ...Args>
49 std::cout <<
curr <<
" ";
60 std::getline(std::cin,
str);
68 template<
typename Type>
78 template<
typename Type,
typename ...Args>
void print(const Type &curr)
Print the given argument to standard output.
Definition io.h:20
void println()
Print a newline to standard output.
Definition io.h:34
std::string readln()
Read a line from standard input, up to a line return.
Definition io.h:57
Main namespace of the library which contains all functions and objects.
Definition algebra.h:27
TH_CONSTEXPR Type make_error()
Create a number representing an error state, constructed from a NaN value.
Definition real_analysis.h:1322