| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
| 6.13.1 dacos,dasin,datan,dcos,dsin,dtan | ||
| 6.13.2 dabs,dexp,dlog,dsqrt | ||
| 6.13.3 ceil,floor,rint,dceil,dfloor,drint | 
| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
dacos, dasin, datan, dcos, dsin, dtan:: Get the value of Arccos of num.
:: Get the value of Arcsin of num.
:: Get the value of Arctan of num.
:: Get the value of cos of num.
:: Get the value of sin of num.
:: Get the value of tan of num.
floating point number
number
[0] 4*datan(1); 3.14159
| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
dabs, dexp, dlog, dsqrt:: Get the absolute value of num.
:: Get the value of expornent of num.
:: Get the value of logarithm of num.
:: Get the value of square root of num.
floating point number
number
[0] dexp(1); 2.71828
| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
ceil, floor, rint, dceil, dfloor, drint:: Get the ceiling integer of num.
:: Get the floor integer of num.
:: Get the round integer of num.
integer
number
[0] dceil(1.1); 1
| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | 
 
  This document was generated on November 1, 2025 using texi2html 5.0.