Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
27accef223a27fba437f5e825d99edbae20a045b
/
.
/
experimental
/
Intersection
/
CubicUtilities.h
blob: db887a5b8d4340ec71532dffa9c95a658d403dd4 [
file
] [
log
] [
blame
]
caryclark@google.com
27accef
2012-01-25 18:57:23 +0000
[
diff
] [
blame^
]
1
double
cube_root
(
double
x
);
2
int
cubicRoots
(
double
A
,
double
B
,
double
C
,
double
D
,
double
t
[
3
]);