From ae1630ba2faaf110999797d60241f8a397e53f4b Mon Sep 17 00:00:00 2001 From: tadf Date: Sun, 14 Sep 2008 01:16:44 +0000 Subject: * complex.c (f_{add,mul,sub}): omitted some shortcuts for preserve signed zero anyway. * complex.c (nucomp_negate): new. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19335 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- rational.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'rational.c') diff --git a/rational.c b/rational.c index 7274ace1f..4e0c5a12a 100644 --- a/rational.c +++ b/rational.c @@ -1592,3 +1592,9 @@ Init_Rational(void) rb_define_singleton_method(rb_cRational, "induced_from", nurat_s_induced_from, 1); } + +/* +Local variables: +c-file-style: "ruby" +end: +*/ -- cgit