diff --git a/reference/math/functions/exp.xml b/reference/math/functions/exp.xml
new file mode 100644
index 00000000..10cea2d0
--- /dev/null
+++ b/reference/math/functions/exp.xml
@@ -0,0 +1,98 @@
+
+
+
+
+ exp
+ e sayısının üssünü hesaplar
+
+
+ &reftitle.description;
+
+ floatexp
+ floatsayı
+
+
+ e sayısının sayı üssünü
+ döndürür.
+
+
+
+ 'e', doğal logaritma sisteminin tabanı olup
+ yaklaşık değeri 2.718282'dir.
+
+
+
+
+ &reftitle.parameters;
+
+
+
+ sayı
+
+
+ İşlenecek bağımsız değişken.
+
+
+
+
+
+
+
+ &reftitle.returnvalues;
+
+ e sayısının sayı üssü.
+
+
+
+ &reftitle.examples;
+
+
+ exp örneği
+
+
+]]>
+
+ &example.outputs;
+
+
+
+
+
+
+
+ &reftitle.seealso;
+
+
+ log
+ pow
+
+
+
+
+
diff --git a/reference/math/functions/expm1.xml b/reference/math/functions/expm1.xml
new file mode 100644
index 00000000..d98231a6
--- /dev/null
+++ b/reference/math/functions/expm1.xml
@@ -0,0 +1,76 @@
+
+
+
+
+ expm1
+
+ exp($sayı) - 1 ifadesinin sonucunu, sayının değeri sıfıra
+ yakın olduğunda bile doğru kalacak biçimde döndürür
+
+
+
+ &reftitle.description;
+
+ floatexpm1
+ floatsayı
+
+
+ expm1,
+ sayı değeri sıfıra yakın olduğu durumda,
+ exp($sayı) - 1 ifadesinin neredeyse eşit
+ iki sayının çıkarılması nedeniyle hatalı sonuç verebileceği durumda bile,
+ sonucu doğru kalacak biçimde hesaplayıp döndürür.
+
+
+
+ &reftitle.parameters;
+
+
+
+ sayı
+
+
+ İşlenecek bağımsız değişken.
+
+
+
+
+
+
+
+ &reftitle.returnvalues;
+
+ e sayısının sayı üssünden bir
+ eksiği.
+
+
+
+ &reftitle.seealso;
+
+
+ log1p
+ exp
+
+
+
+
+
diff --git a/reference/math/functions/log.xml b/reference/math/functions/log.xml
new file mode 100644
index 00000000..0ba9ef57
--- /dev/null
+++ b/reference/math/functions/log.xml
@@ -0,0 +1,87 @@
+
+
+
+
+ log
+ Doğal logaritma
+
+
+ &reftitle.description;
+
+ floatlog
+ floatsayı
+ floattabanM_E
+
+
+ İsteğe bağlı taban bağımsız değişkeni belirtilmişse
+ log, sayı değerinin
+ taban tabanındaki logaritmasını
+ (logtaban sayı) döndürür;
+ aksi takdirde log, sayı
+ değerinin doğal logaritmasını döndürür.
+
+
+
+ &reftitle.parameters;
+
+
+
+ sayı
+
+
+ Logaritması hesaplanacak değer.
+
+
+
+
+ taban
+
+
+ Kullanılacak isteğe bağlı logaritma tabanı
+ (öntanımlı değer 'e' olup doğal logaritmayı verir).
+
+
+
+
+
+
+
+ &reftitle.returnvalues;
+
+ taban belirtilmişse sayı
+ değerinin taban tabanındaki logaritması, aksi
+ takdirde doğal logaritması.
+
+
+
+ &reftitle.seealso;
+
+
+ log10
+ exp
+ pow
+ error_log
+
+
+
+
+
diff --git a/reference/math/functions/log10.xml b/reference/math/functions/log10.xml
new file mode 100644
index 00000000..907e0eac
--- /dev/null
+++ b/reference/math/functions/log10.xml
@@ -0,0 +1,68 @@
+
+
+
+
+ log10
+ 10 tabanında logaritma
+
+
+ &reftitle.description;
+
+ floatlog10
+ floatsayı
+
+
+ sayı değerinin 10 tabanındaki logaritmasını
+ döndürür.
+
+
+
+ &reftitle.parameters;
+
+
+
+ sayı
+
+
+ İşlenecek bağımsız değişken.
+
+
+
+
+
+
+
+ &reftitle.returnvalues;
+
+ sayı değerinin 10 tabanındaki logaritması.
+
+
+
+ &reftitle.seealso;
+
+
+ log
+
+
+
+
+
diff --git a/reference/math/functions/log1p.xml b/reference/math/functions/log1p.xml
new file mode 100644
index 00000000..ed605442
--- /dev/null
+++ b/reference/math/functions/log1p.xml
@@ -0,0 +1,76 @@
+
+
+
+
+ log1p
+
+ log(1 + sayı) ifadesinin sonucunu, sayının değeri sıfıra yakın olduğunda
+ bile doğru kalacak biçimde döndürür
+
+
+
+ &reftitle.description;
+
+ floatlog1p
+ floatsayı
+
+
+ log1p, log(1 + sayı)
+ ifadesinin sonucunu, sayı değeri sıfıra yakın
+ olduğunda bile doğru kalacak biçimde hesaplayıp döndürür. Bu durumda
+ log işlevi hassasiyet yetersizliği nedeniyle yalnızca
+ log(1) değerini döndürebilir.
+
+
+
+ &reftitle.parameters;
+
+
+
+ sayı
+
+
+ İşlenecek bağımsız değişken.
+
+
+
+
+
+
+
+ &reftitle.returnvalues;
+
+ log(1 + sayı).
+
+
+
+ &reftitle.seealso;
+
+
+ expm1
+ log
+ log10
+
+
+
+
+
diff --git a/reference/math/functions/pi.xml b/reference/math/functions/pi.xml
new file mode 100644
index 00000000..4f0266ba
--- /dev/null
+++ b/reference/math/functions/pi.xml
@@ -0,0 +1,69 @@
+
+
+
+
+ pi
+ Pi sayısının değerini döndürür
+
+
+ &reftitle.description;
+
+ floatpi
+
+
+
+ Pi sayısının yaklaşık değerini döndürür.
+ Ayrıca, pi işleviyle özdeş sonucu veren
+ M_PI sabiti de kullanılabilir.
+
+
+
+
+ &reftitle.parameters;
+ &no.function.parameters;
+
+
+
+ &reftitle.returnvalues;
+
+ Pi sayısının float türünde değeri.
+
+
+
+ &reftitle.examples;
+
+
+ pi örneği
+
+
+]]>
+
+
+
+
+
+
+