Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

sinf conf sqrtf

2 views
Skip to first unread message

Shigenobu Kimura

unread,
Jun 1, 2003, 11:24:43 PM6/1/03
to
% cat sinf.c
#include <math.h>
main()
{
float
x = sinf(1.0),
y = conf(1.0),
z = sqrtf(1.0);
}
% cc sinf.c
ld: Undefined symbols:
_conf
_sinf
_sqrtf
% cc sinf.c -lm
ld: Undefined symbols:
_conf
_sinf
_sqrtf


man sin すると sinf でてくるのにぃ~~

Shigenobu Kimura

unread,
Jun 1, 2003, 11:26:03 PM6/1/03
to
conf は cosf のタイプミス ^^;

きむら@よっぱらいた~

kenichi kikuchi

unread,
Jun 2, 2003, 2:11:46 AM6/2/03
to
In article <86d6hx8...@mac.com>, Shigenobu Kimura <sk...@mac.com> wrote:

> Content-Type: text/plain; charset=euc-jp

EUC-JP読めません...。
# やれば読めるとは思いますが。

きくち

0 new messages