Is it possible to make float literals be considered as float32 ? Or to have
implicit conversion from float literals to float32 ? If there's any chance to
get rid of all the "f" that clutters the numbers without wasting cpu+mem, well
then... I'm asking.
I've been looking into this as I tried to convert the RST doc scattered in
several files into one org-mode file. I first thought Pandoc was the culprit
but then found that the RST syntax **requires a blank line between the block
declaration and the content** like so:
.. code-block:
I've been looking into this as I tried to convert the RST doc scattered in
several files into one org-mode doc. I first thought Pandoc was the culprit but
then found that the RST syntax **requires a blank line between the block
declaration and the content** like so:
.. code-block: