A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.lispworks.com/documentation/lw71/CLHS/Body/f_sin_c.htm below:

CLHS: Function SIN, COS, TAN

Function SIN, COS, TAN

Syntax:

sin radians => number

cos radians => number

tan radians => number

Arguments and Values:

radians---a number given in radians.

number---a number.

Description:

sin, cos, and tan return the sine, cosine, and tangent, respectively, of radians.

Examples:

 (sin 0) =>  0.0
 (cos 0.7853982) =>  0.707107
 (tan #c(0 1)) =>  #C(0.0 0.761594)

Side Effects: None.

Affected By: None.

Exceptional Situations:

Should signal an error of type type-error if radians is not a number. Might signal arithmetic-error.

See Also:

asin, acos, atan, Section 12.1.3.3 (Rule of Float Substitutability)

Notes: None.


Copyright 1996-2005, LispWorks Ltd. All rights reserved.

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4