Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Help w/ Law of Sines script

by dragonchild (Archbishop)
on Aug 02, 2001 at 01:29 UTC ( #101489=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        unless ( $A > 0 && $B > 0 && $C > 0 ) {
            if ( $A > 0 && $B > 0 ) { $var = "C" }
    ...
                $other = 180 - $sum;
                $angles{$var} = $other;
                $A = sprintf( "%.10f", Math::NumberCruncher::deg2rad( $oth
    +er ) );
    
  2. or download this
    if (grep $_ <= 0, @{$angles->[0]}{('A' .. 'C')}) {
        my $zero_angle = 'A';
    ...
        $angles->[0]{$zero_angle} = 
            sprintf( "%.10f", Math::NumberCruncher::deg2rad( $other ) );
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://101489]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2023-11-30 03:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?