Skip to content

Join two arrays of single-digit numbers into a float number

Notifications You must be signed in to change notification settings

sovpro/join-float

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Join Float

Join two arrays of single-digit numbers into a float number.

Build status for Node.js 4.x and newer

Join into two arrays

let split_arrays = [[1, 2, 3], [4, 5, 6]]
let join = joinFloat (split_arrays)