BEdita 3.0-alpha1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News BEdita 3.0-alpha1 (Default branch)
# 1  
Old 03-07-2009
BEdita 3.0-alpha1 (Default branch)

BEdita is a semantic content management framework:a tool to create, organize, and publish contentsand their semantic relations. With BEdita you cancreate multiple Web sites at the same time, youcan build multimedia archives, implemente-commerce services, e-learning systems, andblogs. You can handle and coordinate work of anentire editorial staff and much more. BEdita is amodular framework. It can be customized to besthandle any kind of content and semantic relations.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
isfinite(3M)						  Mathematical Library Functions					      isfinite(3M)

NAME
isfinite - test for finite value SYNOPSIS
#include <math.h> int isfinite(real-floating x); DESCRIPTION
The isfinite() macro determines whether its argument has a finite value (zero, subnormal, or normal, and not infinite or NaN). First, an argument represented in a format wider than its semantic type is converted to its semantic type. Then determination is based on the type of the argument. RETURN VALUES
The isfinite() macro returns a non-zero value if and only if its argument has a finite value. ERRORS
No errors are defined. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+ SEE ALSO
fpclassify(3M), isinf(3M), isnan(3M), isnormal(3M), math.h(3HEAD), signbit(3M), attributes(5), standards(5) SunOS 5.10 1 Nov 2003 isfinite(3M)