diff options
Diffstat (limited to 'src/algebra/float.spad.pamphlet')
-rw-r--r-- | src/algebra/float.spad.pamphlet | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/algebra/float.spad.pamphlet b/src/algebra/float.spad.pamphlet index 9e38598f..4ca77fdd 100644 --- a/src/algebra/float.spad.pamphlet +++ b/src/algebra/float.spad.pamphlet @@ -971,7 +971,7 @@ Float(): - (coerce(-f)@OutputForm) convert(f):InputForm == - convert [convert("float"::Symbol), convert mantissa f, + convert [convert('float), convert mantissa f, convert exponent f, convert base()]$List(InputForm) -- Conversion routines @@ -1022,6 +1022,8 @@ Float(): <<license>>= --Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd. --All rights reserved. +--Copyright (C) 2007-2009, Gabriel Dos Reis. +--All rights reserved. -- --Redistribution and use in source and binary forms, with or without --modification, are permitted provided that the following conditions are |