number - Factor Documentation

number


Vocabulary
math

Class description
The class of numbers.

Definition
IN: math

UNION: number real complex ;


Methods
USING: core-foundation.numbers core-foundation.utilities math ;

M: number (>cf) <CFNumber> ;


USING: fjsc kernel math ;

M: number (parse-factor-quotation) ast-number boa ;


USING: accessors calendar.private kernel math ;

M: number +second
[ over second>> + seconds/minutes [ >>second ] dip +minute ]
unless-zero ;


USING: kernel math math.matrices.extras.private ;

M: number >scale-factors dup dup ;


USING: math math.parser txon ;

M: number >txon number>string >txon ;


USING: benchmark.dispatch3 kernel math ;

M: number g drop "number" ;


USING: arrays gap-buffer kernel math ;

M: number insert* [ 1array ] 2dip insert* ;


USING: math math.parser pdf.values ;

M: number pdf-value number>string ;


USING: make math present xml.syntax.private ;

M: number push-item present , ;


USING: kernel math ;

M: number recip 1 swap / ; inline


USING: edn io math math.parser ;

M: number write-edn >float number>string write ;


USING: io math math.parser toml.private ;

M: number write-toml-value number>string write ;

AltStyle によって変換されたページ (->オリジナル) /