Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qv4mathobject.cpp File Reference

(4ad35430dcb0db6571a2ac94bf2640686c9fedf8)

#include "qv4mathobject_p.h"
#include "qv4symbol_p.h"
#include <QtCore/qdatetime.h>
#include <QtCore/qmath.h>
#include <QtCore/qrandom.h>
#include <QtCore/private/qnumeric_p.h>
#include <QtCore/qthreadstorage.h>
#include <cmath>
+ Include dependency graph for qv4mathobject.cpp:

Go to the source code of this file.

Functions

 DEFINE_OBJECT_VTABLE (MathObject)
 
static Q_ALWAYS_INLINE double copySign (double x, double y)
 

Function Documentation

◆ copySign()

static Q_ALWAYS_INLINE double copySign ( double x,
double y )
static

Definition at line 74 of file qv4mathobject.cpp.

Referenced by QV4::MathObject::method_atan2(), QV4::MathObject::method_ceil(), QV4::MathObject::method_exp(), QV4::MathObject::method_expm1(), QV4::MathObject::method_max(), and QV4::MathObject::method_min().

+ Here is the caller graph for this function:

◆ DEFINE_OBJECT_VTABLE()

DEFINE_OBJECT_VTABLE ( MathObject )