~ubuntu-branches/ubuntu/lucid/gcalctool/lucid-updates

« back to all changes in this revision

Viewing changes to help/el/logarithm.page

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-04-07 19:41:56 UTC
  • mfrom: (1.3.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100407194156-hgj8g002ffce2de0
Tags: 5.30.0.is.5.28.2-0ubuntu1
Downgrade to 5.28.2 as the new version does not support number bases
as well.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<page xmlns="http://projectmallard.org/1.0/" type="guide" id="logarithm">
3
 
 
4
 
    <info>
5
 
        <link type="guide" xref="index#equation"/>
6
 
    </info>
7
 
 
8
 
        <title>Λογάριθμοι</title>
9
 
    
10
 
    <p>Οι λογάριθμοι μπορούν να υπολογιστούν χρησιμοποιώντας τη <link xref="function">συνάρτηση</link> log.</p>
11
 
    <example>
12
 
    <p>log 100</p>
13
 
    </example>
14
 
    <p>Για να υπολογίσετε ένα λογάριθμο σε διαφορετική βάση χρησιμοποιήστε ένα <link xref="superscript">αριθμό δείκτη</link> μετά τη συνάρτηση.</p>
15
 
    <example>
16
 
    <p>log₂ 32</p>
17
 
    </example>
18
 
    <p>Για να υπολογίσετε το φυσικό λογάριθμο χρησιμοποιήστε τη συνάρτηση ln.</p>
19
 
    <example>
20
 
    <p>ln 1.32</p>
21
 
    </example>
22
 
    <p>Ο αριθμός του Euler μπορεί να εισαχθεί χρησιμοποιώντας τη <link xref="variable">μεταβλητή</link> e.</p>
23
 
    <example>
24
 
    <p>e^1.32</p>
25
 
    </example>
26
 
</page>