Next Previous Up Top Contents Index

2.6 The COMMON-EXTENSIONS module

float-to-string

Function

Summary

Formats a floating-point number to a string.

Signature

float-to-string float => string 

Arguments

float
An instance of <float>.

Values

string
An instance of <string>.

Library

common-extensions

Module

common-extensions

Description

Formats a floating-point number to a string. It uses scientific notation where necessary.


Common Dylan and Functional Extensions - 31 Mar 00

Next Previous Up Top Contents Index