代码搜索:decimal
找到约 6,613 项符合「decimal」的源代码
代码结果 6,613
www.eeworm.com/read/136812/5857106
h char_to_decimal.h
/* @(#)char_to_decimal.h 1.1 92/07/30 SMI */
/*
* Copyright (c) 1990 by Sun Microsystems, Inc.
*/
/*
* This file contains the common part of string_to_decimal, func_to_decimal,
* and file_to_de
www.eeworm.com/read/129562/14237750
ico increase decimal.ico
www.eeworm.com/read/129562/14237760
ico decrease decimal.ico
www.eeworm.com/read/5773/71704
drw decimal_place.drw
www.eeworm.com/read/5773/71707
prt decimal_place.prt
www.eeworm.com/read/182365/5264133
e decimal_tester.e
indexing
description: "Objects that can access the internal structure of EDA_DECIMALs."
library: "EDA"
author: "Paul G. Crismer"
date: "$Date: 2003/02/06 22:42:26 $"
revision: "$Revisio
www.eeworm.com/read/398634/2374860
result type_decimal.result
DROP TABLE IF EXISTS t1, t2;
SET SQL_WARNINGS=1;
CREATE TABLE t1 (
id int(11) NOT NULL auto_increment,
datatype_id int(11) DEFAULT '0' NOT NULL,
minvalue decimal(20,10) DEFAULT '0.0000000000' NOT NULL
www.eeworm.com/read/398634/2375302
test type_decimal.test
# bug in decimal() with negative numbers by kaido@tradenet.ee
--disable_warnings
DROP TABLE IF EXISTS t1, t2;
--enable_warnings
SET SQL_WARNINGS=1;
CREATE TABLE t1 (
id int(11) NOT NULL auto_incr