Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
매크로
SbMath.h 파일 참조
#include <cmath>

이 파일의 소스 코드 페이지로 가기

매크로

#define M_PI   3.1415926535897931160E0
 
#define M_PI_2   1.5707963267948965580E0
 
#define SbMinimum(a, b)   ((a)<(b)?a:b)
 
#define SbMaximum(a, b)   ((a)>(b)?a:b)
 
#define FCOS(x)   ((float)cos((double)(x)))
 
#define FSIN(x)   ((float)sin((double)(x)))
 
#define FACOS(x)   ((float)acos((double)(x)))
 
#define FASIN(x)   ((float)asin((double)(x)))
 
#define FTAN(x)   ((float)tan((double)(x)))
 
#define FATAN(x)   ((float)atan((double)(x)))
 
#define FSQRT(x)   ((float)sqrt((double)(x)))
 
#define FPOW(x, y)   ((float)pow((double)(x),(double)(y)))
 
#define FLOG(x)   ((float)log((double)(x)))
 
#define FLOG10(x)   ((float)log10((double)(x)))
 
#define FFLOOR(x)   ((float)floor((double)(x)))
 
#define FFABS(x)   ((float)fabs((double)(x)))
 
#define FCEIL(x)   ((float)ceil((double)(x)))
 

매크로 문서화

#define FACOS (   x)    ((float)acos((double)(x)))

SbMath.h 파일의 43 번째 라인에서 정의되었습니다.

#define FASIN (   x)    ((float)asin((double)(x)))

SbMath.h 파일의 44 번째 라인에서 정의되었습니다.

#define FATAN (   x)    ((float)atan((double)(x)))

SbMath.h 파일의 46 번째 라인에서 정의되었습니다.

#define FCEIL (   x)    ((float)ceil((double)(x)))

SbMath.h 파일의 53 번째 라인에서 정의되었습니다.

#define FCOS (   x)    ((float)cos((double)(x)))

SbMath.h 파일의 41 번째 라인에서 정의되었습니다.

#define FFABS (   x)    ((float)fabs((double)(x)))

SbMath.h 파일의 52 번째 라인에서 정의되었습니다.

#define FFLOOR (   x)    ((float)floor((double)(x)))

SbMath.h 파일의 51 번째 라인에서 정의되었습니다.

#define FLOG (   x)    ((float)log((double)(x)))

SbMath.h 파일의 49 번째 라인에서 정의되었습니다.

#define FLOG10 (   x)    ((float)log10((double)(x)))

SbMath.h 파일의 50 번째 라인에서 정의되었습니다.

#define FPOW (   x,
  y 
)    ((float)pow((double)(x),(double)(y)))

SbMath.h 파일의 48 번째 라인에서 정의되었습니다.

#define FSIN (   x)    ((float)sin((double)(x)))

SbMath.h 파일의 42 번째 라인에서 정의되었습니다.

#define FSQRT (   x)    ((float)sqrt((double)(x)))

SbMath.h 파일의 47 번째 라인에서 정의되었습니다.

#define FTAN (   x)    ((float)tan((double)(x)))

SbMath.h 파일의 45 번째 라인에서 정의되었습니다.

#define M_PI   3.1415926535897931160E0
#define M_PI_2   1.5707963267948965580E0

SbMath.h 파일의 35 번째 라인에서 정의되었습니다.

#define SbMaximum (   a,
 
)    ((a)>(b)?a:b)

SbMath.h 파일의 39 번째 라인에서 정의되었습니다.

#define SbMinimum (   a,
 
)    ((a)<(b)?a:b)

SbMath.h 파일의 38 번째 라인에서 정의되었습니다.