summaryrefslogtreecommitdiff
path: root/lib/Math/Trig.pm
Commit message (Collapse)AuthorAgeFilesLines
* Math-Complex now dual-lived with Jarkko Hietaniemi as the maintainer.Steve Peters2006-07-061-91/+148
| | | | | Also, sync'ing up with the CPAN version of the module. p4raw-id: //depot/perl@28494
* Math::Trig: blead and maint (doc patch only): s/Bay/Gulf/ and do away with ↵Jarkko Hietaniemi2005-11-281-2/+2
| | | | | | | bad quotes Message-Id: <20051127210431.F1D2C6CF55@ugli.hut.fi> p4raw-id: //depot/perl@26219
* Math::Complex and Math::Trig updates (Re: [perl #37117] Math::Complex atan2 bug)Jarkko Hietaniemi2005-09-141-26/+146
| | | | | Message-ID: <4327C283.80706@gmail.com> p4raw-id: //depot/perl@25414
* great_circle_direction() was broken,Jarkko Hietaniemi2003-05-021-5/+9
| | | | | reported by Alexander Becher. p4raw-id: //depot/perl@19376
* Integrate from maint-5.8 #18348:Hugo van der Sanden2003-01-031-1/+4
| | | | | | | Make Math::Trig a little bit more better behaved module citizen. p4raw-id: //depot/perl@18412 p4raw-integrated: from //depot/maint-5.8/perl@18411 'copy in' lib/Math/Trig.pm (@17645..)
* avoid v-strings with require/useRonald J. Kimball2001-09-211-1/+1
| | | | | Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu> p4raw-id: //depot/perl@12113
* Change use|require 5.005_64 to use|require 5.6.1.Jarkko Hietaniemi2001-09-161-1/+1
| | | p4raw-id: //depot/perl@12041
* Bump up the VERSIONs of modules that have changed since 5.6.0,Jarkko Hietaniemi2001-06-291-1/+1
| | | | | the modules found using a script written by Larry Schatzer Jr. p4raw-id: //depot/perl@11016
* Add great_circle_direction().Jarkko Hietaniemi2001-04-011-8/+47
| | | p4raw-id: //depot/perl@9504
* Support preserving extremely big/small angles.Jarkko Hietaniemi2000-08-251-14/+29
| | | p4raw-id: //depot/perl@6827
* more whitespace removal (from Michael G Schwern)Gurusamy Sarathy2000-03-041-5/+5
| | | p4raw-id: //depot/perl@5507
* fix typos; avoid use constant for lowercase constants (producesGurusamy Sarathy2000-01-241-2/+2
| | | | | warnings now) p4raw-id: //depot/perl@4874
* s/use vars/our/g modules that aren't independently maintained on CPANGurusamy Sarathy2000-01-231-3/+2
| | | p4raw-id: //depot/perl@4860
* email address changesGurusamy Sarathy1999-12-011-1/+1
| | | p4raw-id: //depot/perl@4604
* Warn about small spherical distances.Jarkko Hietaniemi1999-08-181-1/+10
| | | p4raw-id: //depot/cfgperl@4003
* Update Trig.pm from maint-5.005.Jarkko Hietaniemi1999-02-021-4/+5
| | | p4raw-id: //depot/cfgperl@2759
* Enhance the great_circle_distance() documentation.Jarkko Hietaniemi1999-01-061-5/+18
| | | p4raw-id: //depot/cfgperl@2575
* doc tweaks suggested by Abigail, M.J.T. Guy, and Larry WallGurusamy Sarathy1998-07-071-1/+1
| | | p4raw-id: //depot/perl@1357
* add patch to integrate Math::Trig::Radial into Math::TrigJarkko Hietaniemi1998-06-301-32/+218
| | | | | | Message-Id: <199806291328.QAA16916@alpha.hut.fi> Subject: [PATCH] 5.004_68 (or 5.004_04): radial trig p4raw-id: //depot/perl@1267
* 5.004_02: Complex/Trig: updateJarkko Hietaniemi1997-09-051-6/+13
| | | | | | | | | | | | | | | | | | The following patches do not fix actual grave errors but they do: - make the code more robust (more discontinuities catched) (e.g. atan(-i), atanh(-1)) - make the results agree on signs and/or conjugate forms with the results MATLAB gives: the results were already correct thanks to the periodicity of trig funcs but now they are also consistent. (e.g. acos(x) did have an unnecessary discontinuity at x = 0) - for some pure real arguments short-circuit the calculation to avoid rounding errors (which make epsilons appear where clear zeros should reign) Tested on NetBSD 1.2G i686, Linux 2.0.25 i686, Digital UNIX 4.0 EV56. p5p-msgid: 199708081842.VAA31214@alpha.hut.fi
* Math::{Complex,Trig} updateGurusamy Sarathy1997-04-251-18/+18
| | | | private-msgid: 199704242221.BAA30363@alpha.hut.fi
* Fix typos in Math::TrigJarkko Hietaniemi1997-04-071-2/+2
|
* [inseparable changes from match from perl-5.003_97a to perl-5.003_97b]Perl 5 Porters1997-04-041-79/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUILD PROCESS Subject: Don't suggest 'Configure -der' in config.sh comments From: Chip Salzenberg <chip@perl.com> Files: Configure CORE LANGUAGE CHANGES Subject: Make assignment to C<$)> call setgroups() From: Chip Salzenberg <chip@perl.com> Files: Configure config_H config_h.SH mg.c plan9/config.plan9 pod/perldelta.pod vms/config.vms win32/config.H win32/config.w32 Subject: Grandfather "$$<digit>" in strings From: Chip Salzenberg <chip@perl.com> Files: pod/perldiag.pod toke.c Subject: Disconnect warn and die hooks _after_ object destruction From: Chip Salzenberg <chip@perl.com> Files: perl.c Subject: Forbid recursive substitutions From: Chip Salzenberg <chip@perl.com> Files: cop.h pod/perldelta.pod pod/perldiag.pod pp_ctl.c pp_hot.c DOCUMENTATION Subject: Document required module versions From: Chip Salzenberg <chip@perl.com> Files: pod/perldelta.pod LIBRARY AND EXTENSIONS Subject: Updates to Math::Complex and Math::Trig From: Jarkko Hietaniemi <Jarkko.Hietaniemi@cc.hut.fi> Files: lib/Math/Complex.pm lib/Math/Trig.pm pod/perldelta.pod t/lib/complex.t OTHER CORE CHANGES Subject: length($') isn't Date: Mon, 07 Apr 1997 03:30:44 -0400 From: Gurusamy Sarathy <gsar@engin.umich.edu> Files: mg.c Msg-ID: 199704070730.DAA07310@aatma.engin.umich.edu (applied based on p5p patch as commit 645a7cbb1f14932f058231f0a4f808b88ebe8703) Subject: Fix obscure regex bug related to leading C<.*> From: Chip Salzenberg <chip@perl.com> Files: toke.c Subject: Add warning for glob failure From: Chip Salzenberg <chip@perl.com> Files: pod/perldelta.pod pod/perldiag.pod pp_hot.c Subject: Fix C<perl -V> in presence of local patches From: Chip Salzenberg <chip@perl.com> Files: perl.c
* [inseparable changes from match from perl-5.003_97 to perl-5.003_97a]Perl 5 Porters1997-04-031-0/+242
CORE PORTABILITY Subject: Add support for Cygwin32 (GNU-Win32) -- very low impact Date: Thu, 3 Apr 1997 09:21:17 +0100 From: John Cerney <j-cerney1@ti.com> Files: MANIFEST README.cygwin32 cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc cygwin32/perlld ext/DynaLoader/dl_cygwin32.xs hints/cygwin32.sh perl.h pp_sys.c Msg-ID: 199704030821.JAA08762@pluto.tiuk.ti.com (applied based on p5p patch as commit 2a079e0090406b1b2e50643540f149206c9e9de8) Subject: Win32 update (six patches) From: Gurusamy Sarathy <gsar@engin.umich.edu> Files: MANIFEST README.win32 dosish.h t/io/fs.t t/io/tell.t t/lib/io_tell.t t/op/magic.t t/op/mkdir.t t/op/runlevel.t t/op/stat.t t/op/taint.t win32/Makefile win32/VC-2.0/pod.mak win32/makedef.pl win32/pod.mak win32/win32.c win32/win32.h win32/win32io.c win32/win32io.h win32/win32iop.h LIBRARY AND EXTENSIONS Subject: Math::Trig, based on (and from an author of) Math::Complex From: Chip Salzenberg <chip@perl.com> Files: MANIFEST lib/Math/Complex.pm lib/Math/Trig.pm pod/perldelta.pod t/lib/complex.t t/lib/trig.t OTHER CORE CHANGES Subject: Fix const-sub-related panic on C<sub foo { my $x; 0 } foo> From: Chip Salzenberg <chip@perl.com> Files: op.c Subject: Fix warning for useless C<1..2> From: Chip Salzenberg <chip@perl.com> Files: op.c Subject: Minor cleanups Date: Thu, 03 Apr 1997 19:56:57 -0500 From: Gurusamy Sarathy <gsar@engin.umich.edu> Files: mg.c mg.h perl.c Msg-ID: 199704040056.TAA22253@aatma.engin.umich.edu (applied based on p5p patch as commit 609794497049cf42bdd2396c04cbb7728e10374d) Subject: Eliminate unreliable warning with %SIG and strict refs From: Chip Salzenberg <chip@perl.com> Files: mg.c Subject: Fix impossible test in vivification From: Chip Salzenberg <chip@perl.com> Files: mg.c