Project

General

Profile

« Previous | Next » 

Revision afbf8da2

Added by Bourbouh over 7 years ago

add tan function in math.lusi

View differences:

include/math.lusi
14 14
function pow (x:real; n: real) returns (y: real) prototype C lib m;
15 15
function sin (x: real) returns (y: real) prototype C lib m;
16 16
function sinh (x: real) returns (y: real) prototype C lib m;
17
function sqrt (x: real) returns (y: real) prototype C lib m;
17
function sqrt (x: real) returns (y: real) prototype C lib m;
18
function tan (x: real) returns (y: real) prototype C lib m;

Also available in: Unified diff