number-in-base

Name

number-in-base -- Return the integer that corresponds to string NUMBER in base BASE.

Synopsis

(number-in-base number base #&optional value)

Description

Return the integer that corresponds to string NUMBER in base BASE. VALUE is the optional value of any prefix to NUMBER.

Implementation Notes

Module: (app scwm number-convert)

Defined in scheme/number-convert.scm at line 38 (CVS log)