JuliaArbitraryPrecisionΒΆ

jnemo.spad line 21 [edit on github]

Approximate numbers for which the user can get the precision for subsequent calculations.

=: (%, %) -> Boolean

from BasicType

~=: (%, %) -> Boolean

from BasicType

coerce: % -> OutputForm

from CoercibleTo OutputForm

convert: % -> String

from ConvertibleTo String

latex: % -> String

from SetCategory

precision: () -> PositiveInteger

precision() returns the precision defined at instantiation time or later if its modification is allowed.

arbitraryPrecision

BasicType

CoercibleTo OutputForm

ConvertibleTo String

JuliaType

SetCategory