|
1895.
|
|
|
The LCD() function returns the largest common denominator for two or more integer values.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
xml_doc.cc:1978
|
|
2023.
|
|
|
The SQRT() function returns the non-negative square root of x. If x is negative, "NaN" is returned.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
xml_doc.cc:2296
|
|
2026.
|
|
|
SQRT(-9) equals "NaN"
|
|
|
|
(no translation yet)
|
|
|
|
Located in
xml_doc.cc:2302
|
|
2027.
|
|
|
The SQRTPI() function returns the non-negative square root of x * PI.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
xml_doc.cc:2306
|
|
2047.
|
|
|
LOG(0) equals -inf.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
xml_doc.cc:2360
|
|
2048.
|
|
|
The LOG10() function returns the base-10 logarithm of x.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
xml_doc.cc:2364
|
|
2051.
|
|
|
LOG10(0) equals -inf.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
xml_doc.cc:2370
|
|
2065.
|
|
|
The CEILING() function rounds x up to the nearest multiple of significance.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
xml_doc.cc:2406
|
|
2069.
|
|
|
The FLOOR() function rounds x down to the nearest integer, returning that value as a double.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
xml_doc.cc:2416
|
|
2397.
|
|
|
The last two parameters are optional. They set the lower and upper bounds, otherwise defaulting to 0.0 and 1.0 respectively.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
xml_doc.cc:3348
|