Project

General

Profile

Feature #737

Elementary transcendental functions (sin, cos, tan, log, exp)

Added by John Abbott almost 9 years ago. Updated about 7 years ago.

Status:
In Progress
Priority:
Low
Assignee:
-
Category:
CoCoA-5 function: new
Target version:
Start date:
21 Jun 2015
Due date:
% Done:

50%

Estimated time:
Spent time:

Description

Martin Kreuzer says one of his students produced a C4 package for computing approximate values of transcendental functions. He suggests that it could be cleaned up and released with CoCoA-5.


Related issues

Related to CoCoA-5 - Support #767: Rename Log to exponentsClosed2015-09-03

History

#1 Updated by John Abbott almost 9 years ago

  • Priority changed from Normal to Low

JAA thinks it could occasionally be handy to have such functions available from inside CoCoA-5.

Martin gave little information about what exactly the package contains.

#2 Updated by Anna Maria Bigatti about 7 years ago

I have a package myself called taylor.
Maybe I could show it to you and decide.

#3 Updated by Anna Maria Bigatti about 7 years ago

I've checked it in (not documented).

/**/ DecimalStr( TaylorArcSin(0.123456789) , 10);
0.1237725724
/**/ DecimalStr( TaylorSin(TaylorArcSin(0.123456789)) , 10);
0.1234567890

#4 Updated by Anna Maria Bigatti about 7 years ago

  • Status changed from New to In Progress
  • % Done changed from 0 to 50

Also available in: Atom PDF