Home
last modified time | relevance | path

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

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