mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +02:00
(scm_log, scm_log10, scm_exp, scm_sqrt): New functions.
This commit is contained in:
parent
7b7201acb6
commit
889783acda
1 changed files with 4 additions and 0 deletions
|
@ -263,6 +263,10 @@ SCM_API SCM scm_angle (SCM z);
|
|||
SCM_API SCM scm_exact_to_inexact (SCM z);
|
||||
SCM_API SCM scm_inexact_to_exact (SCM z);
|
||||
SCM_API SCM scm_trunc (SCM x);
|
||||
SCM_API SCM scm_log (SCM z);
|
||||
SCM_API SCM scm_log10 (SCM z);
|
||||
SCM_API SCM scm_exp (SCM z);
|
||||
SCM_API SCM scm_sqrt (SCM z);
|
||||
|
||||
/* bignum internal functions */
|
||||
SCM_API SCM scm_i_mkbig (void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue