Home
last modified time | relevance | path

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

/dports/textproc/miller/miller-5.10.2/c/lib/
H A Dmvfuncs.h93 static inline mv_t f_f_expm1_func(mv_t* pval1) {return mv_from_float( expm1 (pval1->u.fltv));} in f_f_expm1_func() function
/dports/textproc/miller/miller-5.10.2/c/dsl/
H A Dfunction_manager.c1196 …fnnm, "expm1")) { return rval_evaluator_alloc_from_f_f_func(f_f_expm1_func, parg1); in fmgr_alloc_evaluator_from_unary_func_name()