mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-25 22:12:40 -08:00
numbers/log.d: fix typo
This commit is contained in:
parent
cd6f0894d2
commit
fc30c62ea0
1 changed files with 1 additions and 1 deletions
|
|
@ -348,7 +348,7 @@ static cl_object
|
|||
ecl_log1_complex_long_precision(cl_object x)
|
||||
{
|
||||
#ifdef ECL_COMPLEX_FLOAT
|
||||
cl_object result = ecl_alloc_object(t_cdfloat);
|
||||
cl_object result = ecl_alloc_object(t_clfloat);
|
||||
long double _Complex fc = ecl_to_long_double(x->gencomplex.real) + I * ecl_to_long_double(x->gencomplex.real);
|
||||
ecl_clfloat(result) = clogl(fc);
|
||||
return result;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue