mirror of
https://github.com/VictorEijkhout/TheArtOfHPC_vol3_cppf08programming.git
synced 2026-01-24 22:44:48 +09:00
8 lines
99 B
C++
8 lines
99 B
C++
#include <cmath>
|
|
|
|
#include "constperf.h"
|
|
|
|
double c::f() const {
|
|
return sin(cos(tan(exp(5.))));
|
|
}
|