• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeedu API Reference
  • KDE Home
  • Contact Us
 

marble

  • sources
  • kde-4.12
  • kdeedu
  • marble
  • src
  • lib
  • marble
MathHelper.cpp
Go to the documentation of this file.
1 
22 #include "MathHelper.h"
23 
24 #ifdef Q_CC_MSVC
25 #include <float.h>
26 
27 qreal msvc_asinh(qreal x)
28 {
29  if ( _isnan ( x ) ) {
30  errno = EDOM;
31  return x;
32  }
33 
34  return ( log( x + sqrt ( x * x + 1.0 ) ) );
35 }
36 
37 qreal msvc_atanh(qreal x)
38 {
39  return ( 0.5 * log( ( 1.0 + x ) / ( 1.0 - x ) ) );
40 }
41 
42 #endif // Q_CC_MSVC
43 
MathHelper.h
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

marble

Skip menu "marble"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdeedu API Reference

Skip menu "kdeedu API Reference"
  • Analitza
  •     lib
  • kalgebra
  • kalzium
  •   libscience
  • kanagram
  • kig
  •   lib
  • klettres
  • kstars
  • libkdeedu
  •   keduvocdocument
  • marble
  • parley
  • rocs
  •   App
  •   RocsCore
  •   VisualEditor
  •   stepcore

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal