Number-to-ByteVector-conversion #44
1 changed files with 14 additions and 0 deletions
|
|
@ -641,6 +641,20 @@ character byte.
|
||||||
Requires mutable access to input address.
|
Requires mutable access to input address.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
[[instructions]]
|
||||||
|
name = "ntobv"
|
||||||
|
args = ["src"]
|
||||||
|
output = ""
|
||||||
|
description = """
|
||||||
|
The ntobv instruction accepts a single number input. This operand is overwritten
|
||||||
|
by a new number datum that represents the inexact form of the source number.
|
||||||
|
|
||||||
|
The inexact form is a normalization of fraction or scientific notation datum to
|
||||||
|
float datum casted to ByteVector datum.
|
||||||
|
|
||||||
|
Requires mutable access to input address.
|
||||||
|
"""
|
||||||
|
|
||||||
[[instructions]]
|
[[instructions]]
|
||||||
name = "ntoc"
|
name = "ntoc"
|
||||||
args = ["src"]
|
args = ["src"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue