unencumbered ~master (2016-07-10T17:01:25Z)
Home
Dub
Repo
Calculator
tests
calculator
impl
Undocumented in source.
struct
Calculator {
double
result
;
void
add
(T args);
void
computePi
();
}
Members
Functions
add
void
add
(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
computePi
void
computePi
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
result
double
result
;
Undocumented in source.
Meta
Source
See Implementation
tests
calculator
impl
functions
closeEnough
structs
Calculator
variables
calculator