User:Vadimb/Markup test

From RAD Studio
Jump to: navigation, search

This is a prototype of the portability table (for illustrative purpose only):

Portability

POSIX ANSI C ANSI C++ Win32 Win64 OS X
fopen_s + + + +

Q: Should there be a Linux column? [Not yet]

When a function is portable in Win32 but in NT only:

POSIX ANSI C ANSI C++ Win32 Win64 OS X
fopen_s + + + NT only

Float Right Info

math.h
atof, _wtof
_atold, _wtold
_i64toa, _i64tow
_matherr, _matherrl
abs
acos, acosl
asin, asinl
atan, atanl
atan2, atan2l
cabs, cabsl
ceil, ceill
cos, cosl
cosh, coshl
exp, expl
fabs, fabsl
floor, floorl
fmod, fmodl
frexp, frexpl
HUGE_VAL #define
hypot, hypotl
ldexp, ldexpl
ldiv
log, logl
log10, log10l
M_E, M_LOGxxx, M_LNxx #define
M_SQRTxx #define
modf, modfl
PI constants
poly, polyl
pow, powl
pow10, pow10l
sin, sinl
sinh, sinhl
sqrt, sqrtl
tan, tanl
tanh, tanhl

Value

To properly use the Color property, you must set the Kind property to bkSolid.

To properly use the Color property, you must set the Kind property to bkSolid.

To properly use the Color property, you must set the Kind property to bkSolid.

To properly use the Color property, you must set the Kind property to bkSolid.

FPU CW

Bit

Description

15 Reserved
14 Reserved
13 Reserved
12 Infinity control
11 Rounding control
10
9 Precision control
8
7 Reserved
6 Reserved
5 Exception masking Precision
4 Underflow
3 Overflow
2 Zero divide
1 Denormal operand
0 Invalid operation