comparison liboctave/numeric/lo-mappers.h @ 23084:ef4d915df748

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Mon, 23 Jan 2017 14:27:48 -0500
parents 54ceaeef9320 e9a0469dedd9
children 092078913d54
comparison
equal deleted inserted replaced
23081:7485462a6924 23084:ef4d915df748
889 inline FloatComplex rc_sqrt (float x) { return octave::math::rc_sqrt (x); } 889 inline FloatComplex rc_sqrt (float x) { return octave::math::rc_sqrt (x); }
890 890
891 #endif 891 #endif
892 892
893 #endif 893 #endif
894