Julia Details - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Notes on Code Translation to Julia

  

This help page describes details particular to code translation using the CodeGeneration[Julia] function. For general information applicable to all the functions in the CodeGeneration package, see CodeGeneration/Details.

 

Description

References

Description

• 

The Julia code generated by CodeGeneration[Julia] is valid for Julia as defined by The Julia Manual.

• 

In addition to the functions listed on the CodeGeneration/Details help page, the following Maple functions are recognized by CodeGeneration[Julia]: cat, ceil, floor, and if (operator form).

References

  

The Julia Manual at http://docs.julialang.org/en/latest/manual/

See Also

CodeGeneration

CodeGeneration/Details

CodeGeneration[Julia]