This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Minor nit in complex/cargf.c


Hi,

The patch below addresses a minor nit in cargf.c: It currently applies creal() (a double function) to compute the real part of a complex float.

The patch below replaces this call by a call to crealf() (a complex float function).

Ralf

Attachment: newlib-complex-cargf.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]