Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
4dc4d978
Kaydet (Commit)
4dc4d978
authored
Eki 01, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-const-variable
Change-Id: I6b3c667e42c9de6ad6aa61c7d3caf1cb7b343d5f
üst
d4fa217f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
bessel.cxx
scaddins/source/analysis/bessel.cxx
+0
-5
No files found.
scaddins/source/analysis/bessel.cxx
Dosyayı görüntüle @
4dc4d978
...
...
@@ -31,15 +31,10 @@ namespace analysis {
// ============================================================================
const
double
f_PI
=
3.1415926535897932385
;
const
double
f_2_PI
=
2.0
*
f_PI
;
const
double
f_PI_DIV_2
=
f_PI
/
2.0
;
const
double
f_PI_DIV_4
=
f_PI
/
4.0
;
const
double
f_2_DIV_PI
=
2.0
/
f_PI
;
const
double
THRESHOLD
=
30.0
;
// Threshold for usage of approximation formula.
const
double
MAXEPSILON
=
1e-10
;
// Maximum epsilon for end of iteration.
const
sal_Int32
MAXITER
=
100
;
// Maximum number of iterations.
// ============================================================================
// BESSEL J
// ============================================================================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment