aboutsummaryrefslogtreecommitdiffstats
path: root/complex.c
Commit message (Expand)AuthorAgeFilesLines
...
* * complex.c (string_to_c_internal): support scientific notation.mrkn2011-05-091-2/+3
* * complex.c, rational.c: omitted some method calls.tadf2011-04-241-16/+20
* update doc.akr2011-01-081-0/+8
* * complex.c: parenthesize macro arguments.akr2010-12-051-10/+10
* modified some descriptions.tadf2010-11-231-2/+2
* * complex.c, rational.c ({nucomp,nurat}_expt): added a check.tadf2010-11-221-2/+2
* * configure.in, include/ruby/defines.h (RUBY_FUNC_EXPORTED): macronobu2010-08-141-9/+1
* * complex.c (nucomp_to_[ifr]): don't allow complex with in-exacttadf2010-08-101-3/+3
* * complex.c (nucomp_marshal_load): should check the argument.nobu2010-08-051-0/+1
* * complex.c (nucomp_to_i): allow complex with imaginary zero to bematz2010-07-221-3/+3
* * include/ruby/{intern,io}.h: add missing prototypes.nobu2010-07-221-0/+8
* * complex.c, rational.c, lib/cmath.rb, lib/date.rb lib/date/delta*:tadf2010-04-261-0/+15
* * complex.c, ratioanl.c: reverted experimental r24565.tadf2010-04-251-15/+0
* * complex.c (f_signbit): remove condition for signbit becausenaruse2010-03-121-15/+0
* * complex.c (m_log, m_exp): remove unused functions.naruse2010-03-041-21/+0
* * complex.c (nucomp_real_check): raise TypeError instead of ArgumentErrormarcandre2010-03-031-1/+1
* * rational.c (nurat_expt): use Float#** when Rational ** Float.naruse2010-02-251-8/+0
* fix typos.akr2009-11-031-4/+4
* * include/ruby/st.h (st_hash_func): use st_index_t.nobu2009-09-081-1/+1
* * complex.c (nucomp_rationalize) added. [experimental]tadf2009-08-161-0/+15
* * numeric.c (num_imaginary): num#i to return imaginary counterpartmatz2009-08-161-0/+1
* * complex.c (nucomp_hash), rational.c (nurat_hash): not to usenobu2009-07-251-4/+3
* * complex.c (make_patterns): do not use \d.tadf2009-07-191-1/+1
* * complex.c: added some shortcuts.tadf2009-07-121-10/+38
* * complex.c: use k_exact_{zero,one}_p macro.tadf2009-07-121-11/+10
* * numeric.c (fix_divide): added an entry to rational.tadf2009-07-121-1/+7
* * complex.c (nucomp_div): omitted zero division check.tadf2009-07-081-2/+4
* * complex.c (nucomp_s_polar): now arg is optional.tadf2009-07-051-4/+16
* * complex.c (float_arg): returns PI for -0.0.tadf2009-07-051-1/+3
* added examples.tadf2009-07-031-0/+2
* * complex.c (nucomp_equal_p): removed.tadf2009-07-031-31/+3
* * rational.c: renamed equal_p to eqeq_p.tadf2009-07-031-11/+39
* * complex.c: undef-ed shome methods. [ruby-core:24110]tadf2009-07-031-3/+26
* * complex.c (nucomp_expt): do not use rb_fexpt.tadf2009-06-291-9/+2
* * complex.c (nucomp_expt): checks exactness.tadf2009-06-291-11/+13
* * complex.c (nucomp_div): raises ZeroDivisionError immediatelytadf2009-06-281-0/+4
* * complex.c (nucomp_expt): convert to a float when the given powertadf2009-06-281-2/+17
* * complex.c (nucomp_expt): some improvements.tadf2009-06-281-1/+47
* * complex.c: renamed some static functions.tadf2009-06-281-13/+13
* trivial change.tadf2009-06-271-1/+1
* * complex.c (nucomp_addsub): newtadf2009-06-271-39/+66
* * complex.c: revised rdoc.tadf2009-06-271-97/+130
* * complex.c: edited rdoc.tadf2009-06-201-0/+13
* * complex.c: edited rdoc.tadf2009-06-191-17/+17
* * complex.c: edited rdoc.tadf2009-06-191-22/+22
* * complex.c; edited rdoc.tadf2009-06-191-4/+18
* * complex.c: added rdoc.tadf2009-06-191-0/+259
* * complex.c: constant COMPLEX_NAME has been removed.tadf2009-06-191-6/+2
* * rational.c (nurat_s_convert): calls to_r when the given argumenttadf2009-06-181-0/+6
* * complex.c (nucomp_coerce): accepts Complex instances.tadf2009-06-161-0/+2