-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consistent use of spaces for indentation
Merges pull request #41 These changes are marked to be ignored in .git-blame-ignore-revs file.
- Loading branch information
Showing
28 changed files
with
341 additions
and
336 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<span onmouseover="tooltip.show('<b>Perusfunktiot:</b><br>aikavali(a,b) - vuorokauden ylittävä kello<br>abs(x) - itseisarvo<br>log(x) - logaritmi10<br>ln(x) - luonnollinen logaritmi<br>floor(x) - pyöristys alas<br>ceil(x) - pyöristys ylös<br>sqrt(x) - neliöjuuri<br>exp(x) - exponentti<br>mod(x,y) - jakojäännös<br>pow(x,y) - potenssi<br> interpoloi(x,x1,y1,x2,(y2=0))<br><br><b>Listafunktiot:</b><br>min(x,(...) ), pienin(x, (...) )<br>max(x, (...) ), suurin(x, (...) )<br>sum(x, (...) ) - summa<br>med(x, (...) ) - mediaani<br>kesk(x, (...) ) - keskiarvo' );" | ||
onmouseout="tooltip.hide();"> | ||
<img src="/kipamedia/help_small.png" /> | ||
<img src="/kipamedia/help_small.png" /> | ||
</span> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<span onmouseover="tooltip.show('<b>Aritmeettiset operaattorit:</b><br>+ yhteenlasku<br>- vähennys<br>* kertolasku<br>/ jakolasku<br><br><b>Vertailuoperaattorit (tuottavat 1 tai 0):</b><br>< pienempi<br>> suurempi<br>== yhtäsuuri<br>!= erisuuri <br><= pienempi tai yhtäsuuri<br> >= suurempi tai yhtäsuuri<br>' );" | ||
onmouseout="tooltip.hide();"> | ||
<img src="/kipamedia/help_small.png" /> | ||
<img src="/kipamedia/help_small.png" /> | ||
</span> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.