From 425744abe06ef0eb4e86b9640824d4d1901a3736 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Sun, 7 Feb 2021 16:31:19 +0100 Subject: [PATCH] Converted from cp1252 to UTF-8. --- vect.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/vect.php b/vect.php index 9d78554..072a745 100644 --- a/vect.php +++ b/vect.php @@ -688,10 +688,10 @@ foreach ($cmds as $c) { $c = solve('(' . $a . ')x(' . $b . ')'); $out[] = '(Cross of ' . $a . ' and ' . $b . ' is ' . $c . ')'; $cosv = solve('|' . $c . '|/(|' . $a . '|*|' . $b . '|)'); - $out[] = '(cos ß = ' . $cosv . ')'; + $out[] = '(cos ß = ' . $cosv . ')'; $ans = rad2deg(acos($cosv)); $_SESSION['arystore']['Ans'] = $ans; - $out[] = '> ' . $ans . '°'; + $out[] = '> ' . $ans . '°'; break; case 'anglege': // anglege GP;GV;EP;EV1;EV2 @@ -701,10 +701,10 @@ foreach ($cmds as $c) { $tmp = solve($n . '*(' . $gv . ')'); $out[] = '(' . $n . '*' . $gv . ' is ' . $tmp . ')'; $sinv = solve($tmp . '/(|' . $gv . '|*|' . $n . '|)'); - $out[] = '(sin ß = ' . $sinv . ')'; + $out[] = '(sin ß = ' . $sinv . ')'; $ans = rad2deg(asin($sinv)); $_SESSION['arystore']['Ans'] = $ans; - $out[] = '> ' . $ans . '° (' . (90-$ans) . '°)'; + $out[] = '> ' . $ans . '° (' . (90-$ans) . '°)'; break; case 'angleee': // anglege EP;EV1;EV2;EP;EV1;EV2 @@ -716,10 +716,10 @@ foreach ($cmds as $c) { $tmp = solve($n1 . '*' . $n2); $out[] = '(' . $n1 . '*' . $n2 . ' is ' . $tmp . ')'; $cosv = solve($tmp . '/(|' . $n1 . '|*|' . $n2 . '|)'); - $out[] = '(cos ß = ' . $cosv . ')'; + $out[] = '(cos ß = ' . $cosv . ')'; $ans = rad2deg(acos($cosv)); $_SESSION['arystore']['Ans'] = $ans; - $out[] = '> ' . $ans . '° (' . (90-$ans) . '°)'; + $out[] = '> ' . $ans . '° (' . (90-$ans) . '°)'; break; case 'inter': // inter G1P;G1V;G2P;G2V