Changeset 679bcd in git
- Timestamp:
- Sep 20, 2010, 7:39:16 PM (13 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- cf3808042943877e2ddb788b8ee0457117d4f891
- Parents:
- a572f276a3e2a1b701714ea2f87cfc43448a9d6d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/standard.lib
ra572f2 r679bcd 21 21 qslimgb(i) computes a standard basis with slimgb in a qring 22 22 par2varRing([i]) create a ring making pars to vars, together with i 23 datetime() return date and time as a string 23 24 24 25 "; … … 1991 1992 1992 1993 /////////////////////////////////////////////////////////////////////////////// 1994 1995 proc datetime() 1996 "SYNTAX: @code{datetime ()} 1997 RETURN: string 1998 PURPOSE: return the curent date and time as a string 1999 EXAMPLE: example datetime; shows an example 2000 " 2001 { 2002 return(read("|: date")); 2003 } 2004 example 2005 { "EXAMPLE:"; echo=2; 2006 datetime(); 2007 } 2008 2009 /////////////////////////////////////////////////////////////////////////////// 1993 2010 // construct global values 1994 2011 static proc kbclass()
Note: See TracChangeset
for help on using the changeset viewer.