36#define CLEF_MAKE_STD_FNT_LAZY(name) \
39 CLEF_MAKE_FNT_LAZY(name)
42 CLEF_MAKE_STD_FNT_LAZY(
cos)
43 CLEF_MAKE_STD_FNT_LAZY(
sin)
44 CLEF_MAKE_STD_FNT_LAZY(
tan)
45 CLEF_MAKE_STD_FNT_LAZY(
cosh)
46 CLEF_MAKE_STD_FNT_LAZY(
sinh)
47 CLEF_MAKE_STD_FNT_LAZY(
tanh)
48 CLEF_MAKE_STD_FNT_LAZY(
acos)
49 CLEF_MAKE_STD_FNT_LAZY(
asin)
50 CLEF_MAKE_STD_FNT_LAZY(
atan)
51 CLEF_MAKE_STD_FNT_LAZY(
exp)
52 CLEF_MAKE_STD_FNT_LAZY(
log)
53 CLEF_MAKE_STD_FNT_LAZY(
sqrt)
54 CLEF_MAKE_STD_FNT_LAZY(
abs)
56 CLEF_MAKE_STD_FNT_LAZY(
pow)
57 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.