Sponsored Content
Full Discussion: newbe to linux and beryl
Top Forums UNIX for Dummies Questions & Answers newbe to linux and beryl Post 302144849 by ksnovice on Saturday 10th of November 2007 06:56:30 PM
Old 11-10-2007
Computer newbe to linux and beryl

in new to the Linux os just install kubuntu with has beryl went through the whole deal with setting up everything and was wondering if anybody could help me figure out beryl i basically understand how it works but getting it to do the cube thing escape me help........Smilie
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Total Newbe,how do I start????

I am totaly new at Unix, and have a job offer in about 6 months if I can get a handle on Unix comand lines and other needed things to get this job.Please help me I really want this job.I am about to finish my A+ cert., and have studied for the MCSE 4.0 (paid for a school and then Microsoft... (7 Replies)
Discussion started by: Chip1856
7 Replies

2. Linux

Newbe Linux user with his first question...

Okay, I have Mandrake Linux 9.1. I'm trying to set up different software sources from the source manager. My problem is, I know where I want the software to come from, but I don't know what to put in the "Relative path to synthesis/hdlist" area. Can someone help me and explain exactly what the... (3 Replies)
Discussion started by: Shadowmane
3 Replies

3. UNIX for Dummies Questions & Answers

newbe looking for extra help

Hi all, i'm new here and to Unix and have a question about more help then I am getting. I live basically in Portland, OR and am attending college and have to take some Unix classes for my degree. Well class is fine and the help from the instructor is ok but I would like to receive more help then... (5 Replies)
Discussion started by: lisdog58
5 Replies

4. UNIX for Dummies Questions & Answers

Unix Newbe

Hi, First of all. I'm a Unix newbe and never worked with unix (but I have got Linux for a few months), but I'd like to know where to get Unix or if it's x86 compatibel and all those questions. I know...ridiculous questions, but I really wanna know this. So: Where do I get Unix? Is it compatible... (1 Reply)
Discussion started by: Kotzkroete
1 Replies

5. IP Networking

NEWBE Slice

I new to linux and am setting up a slice server. I actually made it to installing Apache but some how I messed up the ip tables. I cant access the server by sftp or putty. Im using the web interface at slice. I am logged in as a super user but cant do certain funtions. I guess i need to be logged... (0 Replies)
Discussion started by: DigitalExtreme
0 Replies
CBRT(3) 						     Linux Programmer's Manual							   CBRT(3)

NAME
cbrt, cbrtf, cbrtl - cube root function SYNOPSIS
#include <math.h> double cbrt(double x); float cbrtf(float x); long double cbrtl(long double x); Link with -lm. Feature Test Macro Requirements for glibc (see feature_test_macros(7)): cbrt(): _BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE >= 500 || _XOPEN_SOURCE && _XOPEN_SOURCE_EXTENDED || _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L; or cc -std=c99 cbrtf(), cbrtl(): _BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE >= 600 || _ISOC99_SOURCE || _POSIX_C_SOUCE >= 200112L; or cc -std=c99 DESCRIPTION
The cbrt() function returns the (real) cube root of x. This function cannot fail; every representable real value has a representable real cube root. RETURN VALUE
These functions return the cube root of x. If x is +0, -0, positive infinity, negative infinity, or NaN, x is returned. ERRORS
No errors occur. CONFORMING TO
C99, POSIX.1-2001. SEE ALSO
pow(3), sqrt(3) COLOPHON
This page is part of release 3.27 of the Linux man-pages project. A description of the project, and information about reporting bugs, can be found at http://www.kernel.org/doc/man-pages/. GNU
2010-09-20 CBRT(3)
All times are GMT -4. The time now is 10:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy