25#define CLEF_MAKE_STD_FNT_LAZY(name) \
28 CLEF_MAKE_FNT_LAZY(name)
31 CLEF_MAKE_STD_FNT_LAZY(
cos)
32 CLEF_MAKE_STD_FNT_LAZY(
sin)
33 CLEF_MAKE_STD_FNT_LAZY(
tan)
34 CLEF_MAKE_STD_FNT_LAZY(
cosh)
35 CLEF_MAKE_STD_FNT_LAZY(
sinh)
36 CLEF_MAKE_STD_FNT_LAZY(
tanh)
37 CLEF_MAKE_STD_FNT_LAZY(
acos)
38 CLEF_MAKE_STD_FNT_LAZY(
asin)
39 CLEF_MAKE_STD_FNT_LAZY(
atan)
40 CLEF_MAKE_STD_FNT_LAZY(
exp)
41 CLEF_MAKE_STD_FNT_LAZY(
log)
42 CLEF_MAKE_STD_FNT_LAZY(
sqrt)
43 CLEF_MAKE_STD_FNT_LAZY(
abs)
45 CLEF_MAKE_STD_FNT_LAZY(
pow)
46 CLEF_MAKE_STD_FNT_LAZY(
conj)
Includes all relevant headers for the core clef library.
auto floor(A &&...__a)
Lazy version of std::floor.
auto sin(A &&...__a)
Lazy version of std::sin.
auto conj(A &&...__a)
Lazy version of std::conj.
auto abs(A &&...__a)
Lazy version of std::abs.
auto tan(A &&...__a)
Lazy version of std::tan.
auto log(A &&...__a)
Lazy version of std::log.
auto sinh(A &&...__a)
Lazy version of std::sinh.
auto sqrt(A &&...__a)
Lazy version of std::sqrt.
auto atan(A &&...__a)
Lazy version of std::atan.
auto exp(A &&...__a)
Lazy version of std::exp.
auto pow(A &&...__a)
Lazy version of std::pow.
auto cos(A &&...__a)
Lazy version of std::cos.
auto tanh(A &&...__a)
Lazy version of std::tanh.
auto asin(A &&...__a)
Lazy version of std::asin.
auto cosh(A &&...__a)
Lazy version of std::cosh.
auto acos(A &&...__a)
Lazy version of std::acos.