Home
last modified time | relevance | path

Searched refs:f_euler (Results 1 – 2 of 2) sorted by relevance

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DNumber.cc8889 mpfr_t f_euler; local
8892 mpfr_const_euler(f_euler, MPFR_RNDN);
8895 mpfr_add(f_y, f_y, f_euler, MPFR_RNDN);
8915 mpfr_clear(f_euler);
8989 mpfr_t f_euler; local
8992 mpfr_const_euler(f_euler, MPFR_RNDN);
8995 mpfr_add(f_y, f_y, f_euler, MPFR_RNDN);
9015 mpfr_clear(f_euler);
9208 mpfr_t f_x, f_xi, f_y, f_euler; local
9215 mpfr_const_euler(f_euler, MPFR_RNDN);
[all …]
/dports/math/calc/calc-2.14.0.14/
H A Dfunc.c3687 f_euler(VALUE *vp) in f_euler() function
10014 {"euler", 1, 1, 0, OP_NOP, 0, f_euler,