Project

General

Profile

« Previous | Next » 

Revision 4d841db7

Added by Bourbouh over 6 years ago

add tanh

View differences:

include/lustrec_math.lusi
23 23
function sqrt (x: real) returns (y: real) prototype C lib m;
24 24
function trunc (x: real) returns (y: real) prototype C lib m;
25 25
function tan (x: real) returns (y: real) prototype C lib m;
26

  
26
function tanh (x: real) returns (y: real) prototype C lib m;

Also available in: Unified diff