OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:half_pi
(Results
1 - 2
of
2
) sorted by null
/external/crcalc/tests/src/com/hp/creals/
CRTest.java
106
CR
half_pi
= CR.PI.divide(two);
local
115
check_eq(
half_pi
.sin(), one, "sin(pi/2) failed");
116
check_eq(asin.execute(one),
half_pi
, "asin(1) failed");
local
118
half_pi
.negate(), "asin(-1) failed");
/external/crcalc/src/com/hp/creals/
CR.java
906
static CR
half_pi
= PI.shiftRight(1);
field in class:CR
[
all
...]
Completed in 551 milliseconds