#include "ktypes.h"
Functions | |
| KTL_API KDouble | k_exp (KDouble v) |
| Compute the exponent of a floating-point number. | |
| KTL_API KDouble | k_log (KDouble v) |
| Returns the natural logarithm of the parameter. | |
| KTL_API KDouble | k_pow (KDouble value, KDouble p) |
| Returns a value raised to a power exponent. | |
| KTL_API KDouble | k_fabs (KDouble v) |
| Returns the absolute value of the parameter. | |
| KTL_API KInt | k_abs (KInt v) |
| Returns the absolute value of the parameter. | |
| KTL_API KDouble | k_tan (KDouble v) |
| Returns the tangent of an angle specified by the parameter. | |
| KTL_API KDouble | k_cos (KDouble v) |
| Returns the cosine of an angle specified by the parameter. | |
| KTL_API KDouble | k_sin (KDouble v) |
| Returns the sine of an angle specified by the parameter. | |
| KTL_API KDouble | k_atan2 (KDouble x, KDouble y) |
| Returns the principal value of the arc tangent of the parameters. | |
| KTL_API KDouble | k_sqrt (KDouble v) |
| Returns the square root of the parameter. | |
| KTL_API KDouble | k_floor (KDouble v) |
| Returns the largest integral value that is not greater than the parameter. | |
| KTL_API KDouble | k_ceil (KDouble v) |
| Returns the smallest integral value that is not less than the parameter. | |
| KTL_API KInt32 | k_round (KDouble x) |
| Rounds to an integral number the given parameter. | |
| KTL_API KInt32 | k_roundf (KFloat x) |
| Rounds to an integral number the given parameter. | |
|
|
Returns the absolute value of the parameter.
|
|
||||||||||||
|
Returns the principal value of the arc tangent of the parameters.
|
|
|
Returns the smallest integral value that is not less than the parameter.
|
|
|
Returns the cosine of an angle specified by the parameter.
|
|
|
Compute the exponent of a floating-point number.
|
|
|
Returns the absolute value of the parameter.
|
|
|
Returns the largest integral value that is not greater than the parameter.
|
|
|
Returns the natural logarithm of the parameter.
|
|
||||||||||||
|
Returns a value raised to a power exponent.
|
|
|
Rounds to an integral number the given parameter.
|
|
|
Rounds to an integral number the given parameter.
|
|
|
Returns the sine of an angle specified by the parameter.
|
|
|
Returns the square root of the parameter.
|
|
|
Returns the tangent of an angle specified by the parameter.
|
1.3.8