Gauche > Archives > 2013/02/17

2013/02/17 03:49:29 UTC齊藤
#
sinh cosh tanh asinh acosh atanh は Gauche モジュールで定義しているので autoload に入れたらいけないんじゃないでしょうか。
#
--- a/src/autoloads.scm
+++ b/src/autoloads.scm
@@ -92,8 +92,6 @@
           port->string port->list port->string-list port->sexp-list
           copy-port port-position-prefix port-tell)

-(autoload "gauche/numerical" sinh cosh tanh asinh acosh atanh)
-
 (autoload "gauche/logical"
           logtest logbit? copy-bit bit-field copy-bit-field)
2013/02/17 06:33:11 UTCshiro
#
ああ、libnum.scmに移した時に消し忘れたかな。まはろ。