Help for this page

Select Code to Download


  1. or download this
    $len  = length( (sort {$a <=> $b } @s)[0]);
    $lent  = length( (sort {$a <=> $b } @r)[0]);
    
  2. or download this
    ___________________________________|______________
    1.  D midpoint side AB             |  G
    ...
    15. segment BP / (segment PE * 2) = 1  |  multiplication 14
    16. segment BP = segment PE * 2    |  cross multipy 15
    17. segment BP / segment PE = 2/1  |  division 16
    
  3. or download this
    $len  = length( (sort {$a cmp $b } @s)[0]);
    $lent  = length( (sort {$a cmp $b } @r)[0]);