SAX: Difference between revisions

Jump to navigation Jump to search
388 bytes removed ,  15:34, 24 January 2020
m
→‎Implementation: Remove section since it's about SHARP
mNo edit summary
m (→‎Implementation: Remove section since it's about SHARP)
Line 216: Line 216:
| <source lang=apl inline>.</source> || <source lang=apl inline>f</source> || <source lang=apl inline>m</source> || <source lang=apl inline>mf</source> ||                                        || [[Ply]]                        ||
| <source lang=apl inline>.</source> || <source lang=apl inline>f</source> || <source lang=apl inline>m</source> || <source lang=apl inline>mf</source> ||                                        || [[Ply]]                        ||
|}
|}
== Implementation ==
=== Numeric types ===
SHARP originally supported only real numbers using double (8-byte) precision. Numbers were stored in one of three types:
* Boolean, with one bit per value
* Integer, with four bytes per value
* Floating, with eight bytes per value
[https://www.jsoftware.com/papers/satn40.htm SATN-40] describes the addition of complex numbers to SHARP APL.


== External links ==
== External links ==

Navigation menu