<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>sinh is documented in libc manual but it is function of libm<br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 06/11/2018 12:17 PM,
      <a class="moz-txt-link-abbreviated" href="mailto:vuott@tiscali.it">vuott@tiscali.it</a> wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:f35b71688d0ca9a0aae18182e8785edc@tiscali.it">
      <pre>> ...but it is not there as you say.

what do you mean?


vuott




</pre>
      <br>
      <p>Il 11.06.2018 10:04 Demosthenes Koptsis ha scritto:</p>
      <blockquote type="cite" style="padding-left:5px;
        border-left:#1010ff 2px solid; margin-left:5px; width:100%"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
        <pre>Thanks Tobias!

Anyway sinh is documented in glibc manual also, but it is not there as 
you say.

<a href="https://www.gnu.org/software/libc/manual/html_node/Hyperbolic-Functions.html#Hyperbolic-Functions" moz-do-not-send="true">https://www.gnu.org/software/libc/manual/html_node/Hyperbolic-Functions.html#Hyperbolic-Functions</a>On 06/11/2018 11:07 AM, Tobias Boege wrote:</pre>
        <blockquote type="cite" style="padding-left:5px;
          border-left:#1010ff 2px solid; margin-left:5px; width:100%">On
          Mon, 11 Jun 2018, Demosthenes Koptsis wrote:
          <blockquote type="cite" style="padding-left:5px;
            border-left:#1010ff 2px solid; margin-left:5px; width:100%">hello,
            according <a
href="https://www.gnu.org/software/libc/manual/html_node/Hyperbolic-Functions.html#Hyperbolic-Functions"
              moz-do-not-send="true">https://www.gnu.org/software/libc/manual/html_node/Hyperbolic-Functions.html#Hyperbolic-Functions</a>
            i have this external function 'double sinh (double x) Public
            Extern sinh_C(x As Float) As Float Exec "sinh" but i get the
            error "cannot find symbol sinh in libc" why?</blockquote>
          Because it is in libm: Extern my_sinh(f As Float) As Float In
          "libm:6" Exec "sinh" Print Sinh(20) Print my_sinh(20)
          <blockquote type="cite" style="padding-left:5px;
            border-left:#1010ff 2px solid; margin-left:5px; width:100%">242582597.704895
            242582597.704895</blockquote>
          At least on my system, the manpage of sinh tells you to "Link
          with -lm." Regards, Tobi</blockquote>
        <pre>----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" moz-do-not-send="true">https://www.hostsharing.net</a> ]----
</pre>
      </blockquote>
      <br>
      <br>
      <br>
      Con Mobile Open 6 GB hai 6 Giga, 600 minuti e 300 SMS per il tuo
      smartphone a 9€ al mese per sempre. Passa ora a Tiscali Mobile, il
      nostro mese è vero! <a href="http://tisca.li/Open6GB0318"
        target="_blank" moz-do-not-send="true">http://tisca.li/Open6GB0318</a><br>
      <br>
      <!--'"--><br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">
----[ Gambas mailing-list is hosted by <a class="moz-txt-link-freetext" href="https://www.hostsharing.net">https://www.hostsharing.net</a> ]----
</pre>
    </blockquote>
    <br>
  </body>
</html>