Displaying 20 results from an estimated 42 matches for "acosh".
Did you mean:
acos
2006 Nov 30
1
bug in acosh (win32) (PR#9403)
Full_Name: Tom Short
Version: 2.4.0
OS: Windows XP
Submission from: (NULL) (68.236.159.227)
It looks like there's a bug in acosh with complex number in windows:
> acosh(2)
[1] 1.316958
> acosh(2+0i)
[1] 0+NaNi
This happens for me on Windows XP with the following versions:
R version 2.2.0, 2005-10-06, i386-pc-mingw32
R version 2.4.0 (2006-10-03) i386-pc-mingw32
It works fine with the following:
R version 2.4.0 (2006...
1999 Jul 13
4
0.65/AIX
Martin:
With the recent change of adding -D_XOPEN_SOURCE_EXTENDED I cannot get
artihmetic.c to compile---it dies because of undefined acosh etc.
Is this specific of the system that I have access to?
-k
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the...
2010 May 05
1
testInstalledBasic question
..."=="
">" ">="
[15] "Arg" "Conj" "Im" "Mod" "Re"
"^" "abs"
[22] "acos" "acosh" "all" "any"
"as.character" "as.complex" "as.double"
[29] "as.integer" "as.logical" "as.numeric" "as.raw" "as.real"
"asin" "...
2003 Aug 20
0
SJava in R
...ed]
[search]
.GlobalEnv
package:methods
package:ctest
package:mva
package:modreg
package:nls
package:ts
Autoloads
package:base
[objects]
^
~
<
<<-
<=
<-
=
==
>
>=
|
||
-
:
::
!
!=
?
/
(
[
[<-
[[
[[<-
{
@
$
$<-
*
&
&&
%/%
%*%
%%
+
abbreviate
abline
abs
acos
acosh
add1
add1.default
add1.glm
add1.lm
add1.mlm
add.scope
addTaskCallback
aggregate
aggregate.data.frame
aggregate.default
aggregate.ts
agrep
AIC
AIC.default
AIC.logLik
alias
.Alias
alias.formula
alias.lm
alist
all
all.equal
all.equal.character
all.equal.default
all.equal.factor
all.equal.formula
all.e...
2002 Jan 31
1
Installation problem : SunOS (PR#1291)
...#39; undeclared (first use this function)
arithmetic.c:65: `OVERFLOW' undeclared (first use this function)
arithmetic.c:68: `UNDERFLOW' undeclared (first use this function)
arithmetic.c:69: dereferencing pointer to incomplete type
arithmetic.c: In function `do_math1':
arithmetic.c:984: `acosh' undeclared (first use this function)
arithmetic.c:985: `asinh' undeclared (first use this function)
arithmetic.c:986: `atanh' undeclared (first use this function)
*** Error code 1
make: Fatal error: Command failed for target `arithmetic.o'
Current working directory /export/home/fle...
2006 Aug 30
1
setMethod() and log()
...switch(.Generic,
abs = brob(x at x),
log = { out <- x at x
out[!x at positive] <- NaN
out
},
acos =,
acosh =,
asin =,
asinh =,
atan =,
atanh =,
ceiling=,
cos =,
cosh =,
cumsum =,
exp =,
floor...
2005 Mar 22
4
trouble building r-devel
...D -c RNG.c -o RNG.o
gcc -O2 -Wall -pedantic -DLEA_MALLOC -I../include -DHAVE_CONFIG_H
-DR_DLL_BUILD -c apply.c -o apply.o
gcc -O2 -Wall -pedantic -DLEA_MALLOC -I../include -DHAVE_CONFIG_H
-DR_DLL_BUILD -c arithmetic.c -o arithmetic.o
arithmetic.c: In function `do_math1':
arithmetic.c:887: `acosh' undeclared (first use in this function)
arithmetic.c:887: (Each undeclared identifier is reported only once
arithmetic.c:887: for each function it appears in.)
arithmetic.c:888: `asinh' undeclared (first use in this function)
arithmetic.c:889: `atanh' undeclared (first use in this func...
2017 Oct 20
0
Wine release 2.0.3
...eeds msvcp140.dll._To_byte
43283 Crazyracing KartRider: Crashes on startup on unimplemented function ntoskrnl.exe.IoCreateNotificationEvent
43295 BitLord crashes on unimplemented function IPHLPAPI.DLL.if_nametoindex
43303 PHP crashes on unimplemented function api-ms-win-crt-math-l1-1-0.dll.acosh
43304 PHP crashes on unimplemented function api-ms-win-crt-math-l1-1-0.dll.atanh
43305 numpy crashes on unimplemented function api-ms-win-crt-math-l1-1-0.dll.log1p
43334 winealsa.drv: Warning while building (GCC 7.1.1)
43392 valgrind shows a couple invalid reads in programs/regedit/test...
2002 Apr 17
1
Installation of R-1.4.1 on Solaris 2.7
...39; undeclared (first use this function)
arithmetic.c:65: `OVERFLOW' undeclared (first use this function)
arithmetic.c:68: `UNDERFLOW' undeclared (first use this function)
arithmetic.c:69: dereferencing pointer to incomplete type
arithmetic.c: In function `do_math1':
arithmetic.c:1075: `acosh' undeclared (first use this function)
arithmetic.c:1076: `asinh' undeclared (first use this function)
arithmetic.c:1077: `atanh' undeclared (first use this function)
*** Error code 1
make: Fatal error: Command failed for target `arithmetic.o'
Current working directory
/.../chalmers....
2010 May 30
0
New package RSQLite.extfuns and minor upgrade for RSQLite
...u can make the extension functions available on a per db connection
basis like this:
library("RSQLite.extfuns")
db <- dbConnect(SQLite(), dbname = ":memory:")
init_extensions(db)
The extension functions provided by the package include:
Math: acos, asin, atan, atn2, atan2, acosh, asinh, atanh, difference,
degrees, radians, cos, sin, tan, cot, cosh, sinh, tanh, coth, exp,
log, log10, power, sign, sqrt, square, ceil, floor, pi.
String: replicate, charindex, leftstr, rightstr, ltrim, rtrim, trim,
replace, reverse, proper, padl, padr, padc, strfilter.
Aggregate: stdev, varia...
2010 May 30
0
New package RSQLite.extfuns and minor upgrade for RSQLite
...u can make the extension functions available on a per db connection
basis like this:
library("RSQLite.extfuns")
db <- dbConnect(SQLite(), dbname = ":memory:")
init_extensions(db)
The extension functions provided by the package include:
Math: acos, asin, atan, atn2, atan2, acosh, asinh, atanh, difference,
degrees, radians, cos, sin, tan, cot, cosh, sinh, tanh, coth, exp,
log, log10, power, sign, sqrt, square, ceil, floor, pi.
String: replicate, charindex, leftstr, rightstr, ltrim, rtrim, trim,
replace, reverse, proper, padl, padr, padc, strfilter.
Aggregate: stdev, varia...
2011 Jun 29
0
Error in testInstalledBasic
...;|'
testing S3 generic '+'
testing S3 generic '<'
testing S3 generic '<='
testing S3 generic '=='
testing S3 generic '>'
testing S3 generic '>='
testing S3 generic 'abs'
testing S3 generic 'acos'
testing S3 generic 'acosh'
testing S3 generic 'all'
testing S3 generic 'any'
testing S3 generic 'Arg'
testing S3 generic 'as.character'
testing S3 generic 'as.complex'
testing S3 generic 'as.double'
testing S3 generic 'as.environment'
testing S3 generic 'as.int...
2003 May 30
3
Missing 'getGroupMembers()'
Hi,
I'm trying to write a method such that my own classes can be used with the
groups like "Summary" and "Math", but when I tried to look for examples or
just wanted to get an idea of which functions are the members of a group, I
found out that the function "getGroupMembers" is not present... I couldn't
find an alternative function, if there is one. Does
2018 Feb 06
2
libc++ cross-compile linux-armv7 and math function problems
...double tanh(long
double)':
../projects/libcxx/include/math.h:1029:91: error: '::tanhl' has not been
declared
inline _LIBCPP_INLINE_VISIBILITY long double tanh(long double __lcpp_x)
_NOEXCEPT {return ::tanhl(__lcpp_x);}
^~
../projects/libcxx/include/math.h: In function 'long double acosh(long
double)':
../projects/libcxx/include/math.h:1040:92: error: '::acoshl' has not been
declared
inline _LIBCPP_INLINE_VISIBILITY long double acosh(long double __lcpp_x)
_NOEXCEPT {return ::acoshl(__lcpp_x);}
^~
../projects/libcxx/include/math.h: In fu...
2017 Jul 21
0
Wine release 2.13
...hes on startup on unimplemented function ntoskrnl.exe.IoCreateNotificationEvent
43295 BitLord crashes on unimplemented function IPHLPAPI.DLL.if_nametoindex
43302 widl incorrectly generates _Proxy functions in header
43303 PHP crashes on unimplemented function api-ms-win-crt-math-l1-1-0.dll.acosh
43304 PHP crashes on unimplemented function api-ms-win-crt-math-l1-1-0.dll.atanh
43305 numpy crashes on unimplemented function api-ms-win-crt-math-l1-1-0.dll.log1p
43307 Wargaming Game Center periodically crashes with msvcp140.dll._Current_get
43312 valgrind shows a definite leak in dll...
2018 Feb 06
0
libc++ cross-compile linux-armv7 and math function problems
...t been declared
> inline _LIBCPP_INLINE_VISIBILITY long double tanh(long double __lcpp_x) _NOEXCEPT {return ::tanhl(__lcpp_x);}
> ^~
> ../projects/libcxx/include/math.h: In function 'long double acosh(long double)':
> ../projects/libcxx/include/math.h:1040:92: error: '::acoshl' has not been declared
> inline _LIBCPP_INLINE_VISIBILITY long double acosh(long double __lcpp_x) _NOEXCEPT {return ::acoshl(__lcpp_x);}
>...
2018 Feb 06
1
libc++ cross-compile linux-armv7 and math function problems
....h:1029:91: error: '::tanhl' has not
> been declared
> > inline _LIBCPP_INLINE_VISIBILITY long double tanh(long double __lcpp_x)
> _NOEXCEPT {return ::tanhl(__lcpp_x);}
> >
> ^~
> > ../projects/libcxx/include/math.h: In function 'long double acosh(long
> double)':
> > ../projects/libcxx/include/math.h:1040:92: error: '::acoshl' has not
> been declared
> > inline _LIBCPP_INLINE_VISIBILITY long double acosh(long double
> __lcpp_x) _NOEXCEPT {return ::acoshl(__lcpp_x);}
> >
> ^~
>...
2018 Feb 05
0
Cross-compiling libc++ to linux-armv7hf gives undefined symbols in cmath / math.h
...double tanh(long
double)':
../projects/libcxx/include/math.h:1029:91: error: '::tanhl' has not been
declared
inline _LIBCPP_INLINE_VISIBILITY long double tanh(long double __lcpp_x)
_NOEXCEPT {return ::tanhl(__lcpp_x);}
^~
../projects/libcxx/include/math.h: In function 'long double acosh(long
double)':
../projects/libcxx/include/math.h:1040:92: error: '::acoshl' has not been
declared
inline _LIBCPP_INLINE_VISIBILITY long double acosh(long double __lcpp_x)
_NOEXCEPT {return ::acoshl(__lcpp_x);}
^~
../projects/libcxx/include/math.h: In function 'long double asinh(lo...
2002 Jan 02
0
R ./configure error | Solaris8 / E-450
..._callback_read_char in -lreadline... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for ANSI C header files... yes
checking for pid_t... yes
checking for vfork.h... no
checking for working vfork... yes
checking for vprintf... yes
checking for access... yes
checking for acosh... yes
checking for asinh... yes
checking for atanh... yes
checking for bcopy... yes
checking for bzero... yes
checking for finite... yes
checking for ftruncate... yes
checking for getcwd... yes
checking for getgrgid... yes
checking for getpwuid... yes
checking for getuid... yes
checking for hypot....
2006 Jun 22
2
Error - Compiling R on a Sun V40Z - R/R-2.2.1 (PR#9024)
...d... yes
checking for finite... (cached) yes
checking for isnan... yes
checking whether isfinite is declared... (cached) no
checking whether isnan is declared... (cached) yes
checking whether you have IEEE 754 floating-point arithmetic... yes
checking for nl_langinfo and CODESET... yes
checking for acosh... yes
checking for asinh... yes
checking for atanh... yes
checking for snprintf... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for vsnprintf... yes
checking whether acosh is declared... yes
checking whether asinh is declared... yes
checking whether atanh is declared......