このページはEtoJ逐語翻訳フィルタによって翻訳生成されました。

翻訳前ページへ


全世界の 機能(する)/行事s in Namespace math in Sourcefile math.hxx
Language

The 解放する/自由な and Open 生産性 控訴
解放(する)d: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


全世界の 機能(する)/行事s in Namespace math
in Sourcefile math.hxx


acosh
二塁打 acosh(
二塁打 fValue );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
A wrapper around rtl_math_acosh.

approxAdd
二塁打 approxAdd(
二塁打 a,
二塁打 b );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
追加する two values.
Description
If 調印するs 異なる and the 絶対の values are equal によれば approxEqual() the method returns 0.0 instead of calculating the sum. If you 手配中の,お尋ね者 to sum up 多重の values it would be convenient not to call approxAdd() for each value but instead remember the first value not equal to 0.0, 追加する all other values using normal + 操作者, and with the result and the remembered value call approxAdd().

approxCeil
二塁打 approxCeil(
二塁打 a );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
ceil()method taking approxValue() into account.
Description
Use for 推定する/予想するd integer values 存在 calculated by 二塁打 機能(する)/行事s.

approxEqual
bool approxEqual(
二塁打 a,
二塁打 b );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
実験(する) equality of two values with an 正確 of the magnitude of the given values 規模d by 2^-48 (4 bits roundoff stripped).
ATTENTION!
approxEqual( value!=0.0, 0.0 ) _never_ 産する/生じるs true.

approxFloor
二塁打 approxFloor(
二塁打 a );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
床に打ち倒す()method taking approxValue() into account.
Description
Use for 推定する/予想するd integer values 存在 calculated by 二塁打 機能(する)/行事s.

approxSub
二塁打 approxSub(
二塁打 a,
二塁打 b );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
Substract two values (a-b).
Description
If 調印するs are 同一の and the values are equal によれば approxEqual() the method returns 0.0 instead of calculating the substraction.

approxValue
二塁打 approxValue(
二塁打 fValue );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
A wrapper around rtl_math_approxValue.

asinh
二塁打 asinh(
二塁打 fValue );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
A wrapper around rtl_math_asinh.

atanh
二塁打 atanh(
二塁打 fValue );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
A wrapper around rtl_math_atanh.

cos
二塁打 cos(
二塁打 d );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
安全な cos(), returns NAN if not valid.

doubleToString
rtl::OString doubleToString(
二塁打 fValue,
rtl_math_StringFormat eFormat,
sal_Int32 nDecPlaces,
sal_Char cDecSeparator,
const sal_Int32 * pGroups,
sal_Char cGroupSeparator,
bool bEraseTrailingDecZeros = 誤った );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
A wrapper around rtl_math_doubleToString.

doubleToString
rtl::OString doubleToString(
二塁打 fValue,
rtl_math_StringFormat eFormat,
sal_Int32 nDecPlaces,
sal_Char cDecSeparator,
bool bEraseTrailingDecZeros = 誤った );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
A wrapper around rtl_math_doubleToString, with no 配合.

doubleToUString
rtl::OUString doubleToUString(
二塁打 fValue,
rtl_math_StringFormat eFormat,
sal_Int32 nDecPlaces,
sal_Unicode cDecSeparator,
const sal_Int32 * pGroups,
sal_Unicode cGroupSeparator,
bool bEraseTrailingDecZeros = 誤った );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
A wrapper around rtl_math_doubleToUString.

doubleToUString
rtl::OUString doubleToUString(
二塁打 fValue,
rtl_math_StringFormat eFormat,
sal_Int32 nDecPlaces,
sal_Unicode cDecSeparator,
bool bEraseTrailingDecZeros = 誤った );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
A wrapper around rtl_math_doubleToUString, with no 配合.

doubleToUStringBuffer
無効の doubleToUStringBuffer(
rtl::OUStringBuffer & rBuffer,
二塁打 fValue,
rtl_math_StringFormat eFormat,
sal_Int32 nDecPlaces,
sal_Unicode cDecSeparator,
const sal_Int32 * pGroups,
sal_Unicode cGroupSeparator,
bool bEraseTrailingDecZeros = 誤った );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
A wrapper around rtl_math_doubleToUString that appends to an rtl::OUStringBuffer.

doubleToUStringBuffer
無効の doubleToUStringBuffer(
rtl::OUStringBuffer & rBuffer,
二塁打 fValue,
rtl_math_StringFormat eFormat,
sal_Int32 nDecPlaces,
sal_Unicode cDecSeparator,
bool bEraseTrailingDecZeros = 誤った );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
A wrapper around rtl_math_doubleToUString that appends to an rtl::OUStringBuffer, with no 配合.

erf
二塁打 erf(
二塁打 fValue );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
A wrapper around rtl_math_erf.

erfc
二塁打 erfc(
二塁打 fValue );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
A wrapper around rtl_math_erfc.

expm1
二塁打 expm1(
二塁打 fValue );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
A wrapper around rtl_math_expm1.

isFinite
bool isFinite(
二塁打 d );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
実験(する)s whether a value is neither 中距離核戦力 nor NAN.

isInf
bool isInf(
二塁打 d );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
If a value 代表するs +中距離核戦力 or -中距離核戦力.
Description
The 調印する bit may be queried with isSignBitSet(). If isFinite(d)==誤った and isInf(d)==誤った then NAN.

isNan
bool isNan(
二塁打 d );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
実験(する) on any QNAN or SNAN.

isSignBitSet
bool isSignBitSet(
二塁打 d );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
If the 調印する bit is 始める,決める.

isValidArcArg
bool isValidArcArg(
二塁打 d );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
If a value is a valid argument for sin(), cos(), tan().
Description
IEEE 754 明示するs that 絶対の values up to 2^64 (=1.844e19) for the radian must be supported by trigonometric 機能(する)/行事s. Unfortunately, at least on x86 architectures, the FPU doesn't 生成する an error pattern for values >2^64 but produces erroneous results instead and 始める,決めるs only the "無効の 操作/手術" (IM) 旗 in the status word :-( Thus the 使用/適用 has to 扱う it itself.

log1p
二塁打 log1p(
二塁打 fValue );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
A wrapper around rtl_math_log1p.

pow10Exp
二塁打 pow10Exp(
二塁打 fValue,
int nExp );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
A wrapper around rtl_math_pow10Exp.

一連の会議、交渉/完成する
二塁打 一連の会議、交渉/完成する(
二塁打 fValue,
int nDecPlaces = 0,
rtl_math_RoundingMode eMode = rtl_math_RoundingMode_Corrected );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
A wrapper around rtl_math_round.

setInf
無効の setInf(
二塁打 * pd,
bool bNegative );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
始める,決める to +中距離核戦力 if bNegative==誤った or -中距離核戦力 if bNegative==true.

setNan
無効の setNan(
二塁打 * pd );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
始める,決める a QNAN.

sin
二塁打 sin(
二塁打 d );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
安全な sin(), returns NAN if not valid.

stringToDouble
二塁打 stringToDouble(
const rtl::OString & rString,
sal_Char cDecSeparator,
sal_Char cGroupSeparator,
rtl_math_ConversionStatus * pStatus,
sal_Int32 * pParsedEnd );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
A wrapper around rtl_math_stringToDouble.

stringToDouble
二塁打 stringToDouble(
const rtl::OUString & rString,
sal_Unicode cDecSeparator,
sal_Unicode cGroupSeparator,
rtl_math_ConversionStatus * pStatus,
sal_Int32 * pParsedEnd );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
A wrapper around rtl_math_uStringToDouble.

tan
二塁打 tan(
二塁打 d );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
安全な tan(), returns NAN if not valid.

最高の,を越す of Page

Apache Software Foundation

Copyright & License | Privacy | 接触する Us | 寄付する | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are 登録(する)d trademarks of The Apache ソフトウェア 創立/基礎. The Apache feather logo is a trademark of The Apache ソフトウェア 創立/基礎. Other 指名するs appearing on the 場所/位置 may be trademarks of their 各々の owners.