trait BasicFormats extends AnyRef
- Alphabetic
- By Inheritance
- BasicFormats
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit val BigDecimalFormat: SexpFormat[BigDecimal]
- implicit val BigIntFormat: SexpFormat[BigInt]
- implicit val ByteFormat: SexpFormat[Byte]
- implicit val DoubleFormat: SexpFormat[Double]
- implicit val FloatFormat: SexpFormat[Float]
- implicit val IntFormat: SexpFormat[Int]
- implicit val LongFormat: SexpFormat[Long]
- implicit val ShortFormat: SexpFormat[Short]
- implicit val SymbolFormat: SexpFormat[Symbol]
-
implicit
def
ViaBigDecimalFormat[T](implicit c: BigDecimalConvertor[T]): SexpFormat[T]
NOTE Emacs will not be able to correctly interpret arbitrary precision numbers because - unlike other lisps - it uses a reduced form of C double/integer precision.
NOTE Emacs will not be able to correctly interpret arbitrary precision numbers because - unlike other lisps - it uses a reduced form of C double/integer precision. A round-trip via Emacs for very large numbers will return
SexpPosInf.The built-in Emacs library
'calchas a few data formats http://www.gnu.org/software/emacs/manual/html_mono/calc.html#Data-Type-Formats but they fall short and require specific interpretation within the'calcframework.If you need Emacs-specific support for arbitrary precision numbers, override this implementation with one that adheres to the arbitrary precision framework of your choice.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- implicit object BooleanFormat extends SexpFormat[Boolean]
- implicit object CharFormat extends SexpFormat[Char]
- implicit object StringFormat extends SexpFormat[String]
- implicit object UnitFormat extends SexpFormat[Unit]