summaryrefslogtreecommitdiff
path: root/complex.c
AgeCommit message (Expand)Author
2010-03-12* complex.c (f_signbit): remove condition for signbit becausenaruse
2010-03-04* complex.c (m_log, m_exp): remove unused functions.naruse
2010-03-03* complex.c (nucomp_real_check): raise TypeError instead of ArgumentErrormarcandre
2010-02-25* rational.c (nurat_expt): use Float#** when Rational ** Float.naruse
2009-11-03fix typos.akr
2009-09-08* include/ruby/st.h (st_hash_func): use st_index_t.nobu
2009-08-16 * complex.c (nucomp_rationalize) added. [experimental]tadf
2009-08-16* numeric.c (num_imaginary): num#i to return imaginary counterpartmatz
2009-07-25* complex.c (nucomp_hash), rational.c (nurat_hash): not to usenobu
2009-07-19 * complex.c (make_patterns): do not use \d.tadf
2009-07-12 * complex.c: added some shortcuts.tadf
2009-07-12 * complex.c: use k_exact_{zero,one}_p macro.tadf
2009-07-12 * numeric.c (fix_divide): added an entry to rational.tadf
2009-07-08 * complex.c (nucomp_div): omitted zero division check.tadf
2009-07-05 * complex.c (nucomp_s_polar): now arg is optional.tadf
2009-07-05 * complex.c (float_arg): returns PI for -0.0.tadf
2009-07-03added examples.tadf
2009-07-03 * complex.c (nucomp_equal_p): removed.tadf
2009-07-03 * rational.c: renamed equal_p to eqeq_p.tadf
2009-07-03 * complex.c: undef-ed shome methods. [ruby-core:24110]tadf
2009-06-29 * complex.c (nucomp_expt): do not use rb_fexpt.tadf
2009-06-29 * complex.c (nucomp_expt): checks exactness.tadf
2009-06-28 * complex.c (nucomp_div): raises ZeroDivisionError immediatelytadf
2009-06-28 * complex.c (nucomp_expt): convert to a float when the given powertadf
2009-06-28 * complex.c (nucomp_expt): some improvements.tadf
2009-06-28 * complex.c: renamed some static functions.tadf
2009-06-27trivial change.tadf
2009-06-27 * complex.c (nucomp_addsub): newtadf
2009-06-27 * complex.c: revised rdoc.tadf
2009-06-20 * complex.c: edited rdoc.tadf
2009-06-19 * complex.c: edited rdoc.tadf
2009-06-19 * complex.c: edited rdoc.tadf
2009-06-19 * complex.c; edited rdoc.tadf
2009-06-19 * complex.c: added rdoc.tadf
2009-06-19 * complex.c: constant COMPLEX_NAME has been removed.tadf
2009-06-18 * rational.c (nurat_s_convert): calls to_r when the given argumenttadf
2009-06-16 * complex.c (nucomp_coerce): accepts Complex instances.tadf
2009-06-13 * complex.c (nucomp_fdiv): use fdiv recursively.tadf
2009-02-15* complex.c (f_signbit): fixed indentation.nobu
2009-02-14* string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end),mame
2009-02-02* complex.c (f_signbit): regard NaN as a positive value.shugo
2008-12-29 * bignum.c (rb_cstr_to_inum): changed an error message.tadf
2008-12-13 * complex.c: use rb_usascii_str_new2 instead of rb_str_new2.tadf
2008-12-12 * complex.c (nucomp_canonicalization): renamed.tadf
2008-12-12 * complex.c, rational.c: do not use RUBY_VERSION_CODE.tadf
2008-12-12* complex.c, rational.c: do not use RUBY_VERSION_CODE.nobu
2008-12-10 * complex.c: avoided warnings on cpp.tadf
2008-12-05 * complex.c: inpsect should not depend on to_s.tadf
2008-12-03 * complex.c (nurat_{to_s,inspect}): provides better representationtadf
2008-12-03 * complex.c (f_signbit): NaN may be signed value.tadf